summaryrefslogtreecommitdiffstats
path: root/tests/common/delete_many.sh
blob: 6446f933a3e5cf01c845149923fab657dfc6026b (plain)
1
2
3
4
5
6
7
8
# Test for https://github.com/tavianator/bfs/issues/67

rm -rf scratch/*
mkdir scratch/foo
$TOUCH scratch/foo/{1..256}

invoke_bfs scratch/foo -delete
bfs_diff scratch