randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2014-12-22 19:37:05 +01:00
parent a6588fa102
commit 11775edbfc
4 changed files with 7 additions and 7 deletions

View File

@@ -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 \$?" \