aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-12-17 18:55:22 -0500
committerGitHub <noreply@github.com>2024-12-17 18:55:22 -0500
commit8186ad89bbd7cfab65700045eaa9b26f8f877bfb (patch)
tree8b847980830527df2a03613556aaf7faab258865 /tests
parent6c0355d9802b83938de388b444021f34cf9b9506 (diff)
parentd664bef4e570647f85d6000170dba7e63807facc (diff)
downloadstasis-8186ad89bbd7cfab65700045eaa9b26f8f877bfb.tar.gz
Merge pull request #77 from jhunkeler/fix-git-clone-return
Fix git_clone return
Diffstat (limited to 'tests')
-rw-r--r--tests/test_recipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_recipe.c b/tests/test_recipe.c
index 7c55cd5..531b3b4 100644
--- a/tests/test_recipe.c
+++ b/tests/test_recipe.c
@@ -94,8 +94,6 @@ int main(int argc, char *argv[]) {
STASIS_TEST_FUNC *tests[] = {
test_recipe_clone,
};
- mkdir("workspace", 0755);
- pushd("workspace");
STASIS_TEST_RUN(tests);
popd();
STASIS_TEST_END_MAIN();