From f63aa21beaffbb8da4978bfa37f070170cb8122e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 13 Nov 2016 21:29:04 -0500 Subject: bftw: Keep trailing slashes on 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 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 -- cgit v1.2.3