diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |