From 1358b69c22ac9f675f6a4d0c0d796e8dae7823fd Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 1 Nov 2018 21:46:50 -0400 Subject: tests: Add testcases for -prune --- tests.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 226bd34..3f22b22 100755 --- a/tests.sh +++ b/tests.sh @@ -233,6 +233,10 @@ posix_tests=( test_perm_leading_plus_symbolic_minus test_permcopy + test_prune + test_prune_or_print + test_not_prune + test_size test_size_plus test_size_bytes @@ -1315,6 +1319,18 @@ function test_permcopy() { bfs_diff perms -perm u+rw,g+u-w,o=g } +function test_prune() { + bfs_diff basic -name foo -prune +} + +function test_prune_or_print() { + bfs_diff basic -name foo -prune -o -print +} + +function test_not_prune() { + bfs_diff basic \! \( -name foo -prune \) +} + function test_ok_stdin() { # -ok should *not* close stdin # See https://savannah.gnu.org/bugs/?24561 -- cgit v1.2.3