summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index 81ed14e..0045ce5 100755
--- a/tests.sh
+++ b/tests.sh
@@ -331,6 +331,7 @@ bsd_tests=(
test_asince
test_delete
+ test_delete_many
test_depth_maxdepth_1
test_depth_maxdepth_2
@@ -473,6 +474,7 @@ gnu_tests=(
test_daystart_twice
test_delete
+ test_delete_many
test_L_delete
test_depth_mindepth_1
@@ -1865,6 +1867,16 @@ function test_delete() {
bfs_diff scratch
}
+function test_delete_many() {
+ # Test for https://github.com/tavianator/bfs/issues/67
+
+ rm -rf scratch/*
+ touchp scratch/foo/{1..256}
+
+ invoke_bfs scratch/foo -delete
+ bfs_diff scratch
+}
+
function test_L_delete() {
rm -rf scratch/*
mkdir scratch/foo