diff options
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -259,6 +259,8 @@ bsd_tests=( ) gnu_tests=( + test_true + test_false test_executable test_readable test_writable @@ -528,6 +530,14 @@ function test_path() { bfs_diff basic -path 'basic/*f*' } +function test_true() { + bfs_diff basic -true +} + +function test_false() { + bfs_diff basic -false +} + function test_executable() { bfs_diff perms -executable } |