diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/find.tests | 3 | ||||
-rwxr-xr-x | testsuite/mdev.tests | 2 |
2 files changed, 3 insertions, 2 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 @@ | |||
10 | mkdir -p find.tempdir | 10 | mkdir -p find.tempdir |
11 | touch find.tempdir/testfile | 11 | touch find.tempdir/testfile |
12 | 12 | ||
13 | optional FEATURE_FIND_TYPE | ||
13 | testing "find -type f" \ | 14 | testing "find -type f" \ |
14 | "cd find.tempdir && find -type f 2>&1" \ | 15 | "cd find.tempdir && find -type f 2>&1" \ |
15 | "./testfile\n" \ | 16 | "./testfile\n" \ |
16 | "" "" | 17 | "" "" |
17 | 18 | SKIP= | |
18 | optional FEATURE_FIND_EXEC | 19 | optional FEATURE_FIND_EXEC |
19 | testing "find -exec exitcode 1" \ | 20 | testing "find -exec exitcode 1" \ |
20 | "cd find.tempdir && find testfile -exec true {} \; 2>&1; echo \$?" \ | 21 | "cd find.tempdir && find testfile -exec true {} \; 2>&1; echo \$?" \ |
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index 48d3dcc2c..59873011a 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests | |||
@@ -168,7 +168,7 @@ SKIP= | |||
168 | # continuing to use directory structure from prev test | 168 | # continuing to use directory structure from prev test |
169 | rm -rf mdev.testdir/dev/* | 169 | rm -rf mdev.testdir/dev/* |
170 | echo "sda 0:0 644 @echo @echo TEST" >mdev.testdir/etc/mdev.conf | 170 | echo "sda 0:0 644 @echo @echo TEST" >mdev.testdir/etc/mdev.conf |
171 | optional STATIC FEATURE_MDEV_CONF FEATURE_MDEV_EXEC FEATURE_LS_RECURSIVE FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME FEATURE_SH_IS_ASH | 171 | optional STATIC FEATURE_MDEV_CONF FEATURE_MDEV_EXEC FEATURE_LS_RECURSIVE FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME FEATURE_SH_IS_ASH ASH_BUILTIN_ECHO |
172 | testing "mdev command" \ | 172 | testing "mdev command" \ |
173 | "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; | 173 | "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; |
174 | ls -lnR mdev.testdir/dev | $FILTER_LS" \ | 174 | ls -lnR mdev.testdir/dev | $FILTER_LS" \ |