summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index bec7022..75319d7 100755
--- a/tests.sh
+++ b/tests.sh
@@ -618,6 +618,8 @@ bfs_tests=(
test_execdir_plus
+ test_help
+
test_hidden
test_nohidden
@@ -2378,6 +2380,10 @@ function test_L_xattr() {
bfs_diff -L scratch -xattr
}
+function test_help() {
+ ! invoke_bfs -help | grep -E '\{...?\}'
+}
+
BOL=
EOL='\n'