summaryrefslogtreecommitdiffstats
path: root/tests/common/delete.sh
blob: 4855d607c7d2b0872e80a5156e0bb9c71dd8dc3d (plain)
1
2
3
4
5
6
7
rm -rf scratch/*
touchp scratch/foo/bar/baz

# Don't try to delete '.'
(cd scratch && invoke_bfs . -delete)

bfs_diff scratch