summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-05-24 23:25:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-05-24 23:25:49 -0400
commit3edc432a60a5db633351a52f1adbcdd0ee1ff838 (patch)
treedb1456f07edfedab5edc684d7880a0d562145705 /tests.sh
parentf1fb3158d3f242f1884d8d8a7473ab0719e93e8c (diff)
downloadbfs-3edc432a60a5db633351a52f1adbcdd0ee1ff838.tar.xz
Add documentation for -xattr
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'