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 01b5a42..df6eb04 100755
--- a/tests.sh
+++ b/tests.sh
@@ -664,6 +664,8 @@ bfs_tests=(
test_expr_flag_path
test_expr_path_flag
+ test_unexpected_operator
+
test_typo
# Flags
@@ -3153,6 +3155,9 @@ function test_stderr_fails_loudly() {
fi
}
+function test_unexpected_operator() {
+ ! quiet invoke_bfs \! -o -print
+}
BOL=
EOL='\n'