summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index dd4f6ab..8b2bff2 100755
--- a/tests.sh
+++ b/tests.sh
@@ -358,6 +358,7 @@ bsd_tests=(
test_execdir_ulimit
test_exit
+ test_exit_no_implicit_print
test_flags
@@ -2724,6 +2725,10 @@ function test_exit() {
bfs_diff basic/g -print -name g -exit
}
+function test_exit_no_implicit_print() {
+ bfs_diff basic -not -name foo -o -exit
+}
+
function test_printx() {
bfs_diff weirdnames -printx
}