diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-05-24 23:25:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-05-24 23:25:49 -0400 |
commit | 3edc432a60a5db633351a52f1adbcdd0ee1ff838 (patch) | |
tree | db1456f07edfedab5edc684d7880a0d562145705 /tests.sh | |
parent | f1fb3158d3f242f1884d8d8a7473ab0719e93e8c (diff) | |
download | bfs-3edc432a60a5db633351a52f1adbcdd0ee1ff838.tar.xz |
Add documentation for -xattr
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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' |