From 3edc432a60a5db633351a52f1adbcdd0ee1ff838 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 24 May 2019 23:25:49 -0400 Subject: Add documentation for -xattr --- tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests.sh') 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' -- cgit v1.2.3