From 7070867c97fbf16d312cf26a260d2d9c2cb5643a Mon Sep 17 00:00:00 2001 From: rlaz <rlaz@macroots-MacBook-Pro.local> Date: Sat, 12 Mar 2022 09:21:22 -0500 Subject: [PATCH] Debug --- bin/tests/test-io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/test-io b/bin/tests/test-io index 8d41816..5cc776a 100755 --- a/bin/tests/test-io +++ b/bin/tests/test-io @@ -13,7 +13,7 @@ then evaluate tests/io_tests/small-out-missing tests/io_tests/small-GT evaluate tests/io_tests/small-out-extra tests/io_tests/small-GT - mkdir -f $branch-out + mkdir $branch-out mv Results_* $branch-out done fi -- GitLab