diff options
-rwxr-xr-x | tests.sh | 2 | ||||
-rw-r--r-- | tests/test_exit.out | 15 |
2 files changed, 1 insertions, 16 deletions
@@ -1771,7 +1771,7 @@ function test_exit() { return 1 fi - bfs_diff basic -name bar -exit -o -print + bfs_diff basic/g -print -name g -exit } function test_printx() { diff --git a/tests/test_exit.out b/tests/test_exit.out index b79fef1..cf4d5a9 100644 --- a/tests/test_exit.out +++ b/tests/test_exit.out @@ -1,16 +1 @@ -basic -basic/a -basic/b -basic/c -basic/e basic/g -basic/i -basic/j -basic/k -basic/l -basic/c/d -basic/e/f -basic/g/h -basic/j/foo -basic/k/foo -basic/l/foo |