summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index 87a0ea1..cf39fd6 100755
--- a/tests.sh
+++ b/tests.sh
@@ -444,7 +444,11 @@ function test_0080() {
yes | "$BFS" "$basic" -okdir cat ';' 2>/dev/null
}
-for i in {1..80}; do
+function test_0081() {
+ find_diff "$basic/" -depth
+}
+
+for i in {1..81}; do
test="test_$(printf '%04d' $i)"
if [ -t 1 ]; then