diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -256,6 +256,7 @@ bsd_tests=( test_nogroup test_nouser test_exit + test_printx ) gnu_tests=( @@ -1227,6 +1228,10 @@ function test_exit() { bfs_diff basic -name bar -exit -o -print } +function test_printx() { + bfs_diff weirdnames -printx +} + passed=0 failed=0 |