summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 4d1ee57..0faee04 100755
--- a/tests.sh
+++ b/tests.sh
@@ -1871,7 +1871,8 @@ function test_delete_many() {
# Test for https://github.com/tavianator/bfs/issues/67
rm -rf scratch/*
- touchp scratch/foo/{1..256}
+ mkdir scratch/foo
+ touch scratch/foo/{1..256}
invoke_bfs scratch/foo -delete
bfs_diff scratch