summaryrefslogtreecommitdiffstats
path: root/tests/common/delete_many.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/delete_many.sh')
-rw-r--r--tests/common/delete_many.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/common/delete_many.sh b/tests/common/delete_many.sh
index 6274319..48fe4c2 100644
--- a/tests/common/delete_many.sh
+++ b/tests/common/delete_many.sh
@@ -1,8 +1,8 @@
# Test for https://github.com/tavianator/bfs/issues/67
-clean_scratch
-mkdir scratch/foo
-"$XTOUCH" scratch/foo/{1..256}
+cd "$TEST"
+mkdir foo
+"$XTOUCH" foo/{1..256}
-invoke_bfs scratch/foo -delete
-bfs_diff scratch
+invoke_bfs foo -delete
+bfs_diff .