diff options
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' |