aboutsummaryrefslogtreecommitdiff
path: root/testsuite/find.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/find.tests')
-rwxr-xr-xtestsuite/find.tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/find.tests b/testsuite/find.tests
index f041106c3..78dfa1230 100755
--- a/testsuite/find.tests
+++ b/testsuite/find.tests
@@ -10,11 +10,12 @@
mkdir -p find.tempdir
touch find.tempdir/testfile
+optional FEATURE_FIND_TYPE
testing "find -type f" \
"cd find.tempdir && find -type f 2>&1" \
"./testfile\n" \
"" ""
-
+SKIP=
optional FEATURE_FIND_EXEC
testing "find -exec exitcode 1" \
"cd find.tempdir && find testfile -exec true {} \; 2>&1; echo \$?" \