aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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();