From d8444e1ec6a51b53da55149a2d4a6847185d000d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 5 Feb 2017 17:28:44 -0500 Subject: bftw: Compute nameoff correctly for the root in BFTW_DEPTH mode --- tests.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests.sh') 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 -- cgit v1.2.3