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 7e85cff..001fea4 100755
--- a/tests.sh
+++ b/tests.sh
@@ -837,9 +837,13 @@ function test_0137() {
bfs_diff basic -maxdepth 0 -printf '\18\118\1118\11118\n\cfoo'
}
+function test_0138() {
+ bfs_diff basic/g -depth -name g
+}
+
result=0
-for i in {1..137}; do
+for i in {1..138}; do
test="test_$(printf '%04d' $i)"
if [ -t 1 ]; then