From 6c150ac31512ce320b71999d034aa5c359cfc769 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 18 Apr 2021 12:59:20 -0400 Subject: tests: Optimize test_delete_many() --- tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3