summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index cf39fd6..d9ee9c9 100755
--- a/tests.sh
+++ b/tests.sh
@@ -448,7 +448,12 @@ function test_0081() {
find_diff "$basic/" -depth
}
-for i in {1..81}; do
+function test_0082() {
+ # Don't try to delete .
+ (cd "$scratch" && "$BFS" -delete)
+}
+
+for i in {1..82}; do
test="test_$(printf '%04d' $i)"
if [ -t 1 ]; then