diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 04:32:04 +0200 |
commit | c0211e907ba0db44adab2c210caa284e49241ba5 (patch) | |
tree | c89d73c3e3664bf3aad27ff72adbdab446fe41a7 /testsuite/mdev.tests | |
parent | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (diff) | |
download | busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.gz busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.tar.bz2 busybox-w32-c0211e907ba0db44adab2c210caa284e49241ba5.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mdev.tests')
-rwxr-xr-x | testsuite/mdev.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index 0b4525483..5bd720b9a 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests | |||
@@ -138,7 +138,7 @@ SKIP= | |||
138 | # continuing to use directory structure from prev test | 138 | # continuing to use directory structure from prev test |
139 | rm -rf mdev.testdir/dev/* | 139 | rm -rf mdev.testdir/dev/* |
140 | echo "sda 0:0 644 @echo @echo TEST" >mdev.testdir/etc/mdev.conf | 140 | echo "sda 0:0 644 @echo @echo TEST" >mdev.testdir/etc/mdev.conf |
141 | optional STATIC FEATURE_MDEV_CONF FEATURE_MDEV_EXEC FEATURE_LS_RECURSIVE FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME | 141 | optional STATIC FEATURE_MDEV_CONF FEATURE_MDEV_EXEC FEATURE_LS_RECURSIVE FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME FEATURE_SH_IS_ASH |
142 | testing "mdev command" \ | 142 | testing "mdev command" \ |
143 | "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; | 143 | "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; |
144 | ls -lnR mdev.testdir/dev | $FILTER_LS" \ | 144 | ls -lnR mdev.testdir/dev | $FILTER_LS" \ |
@@ -153,7 +153,7 @@ SKIP= | |||
153 | # continuing to use directory structure from prev test | 153 | # continuing to use directory structure from prev test |
154 | rm -rf mdev.testdir/dev/* | 154 | rm -rf mdev.testdir/dev/* |
155 | echo "sda 0:0 644 =block/ @echo @echo TEST:\$MDEV" >mdev.testdir/etc/mdev.conf | 155 | echo "sda 0:0 644 =block/ @echo @echo TEST:\$MDEV" >mdev.testdir/etc/mdev.conf |
156 | optional STATIC FEATURE_MDEV_CONF FEATURE_MDEV_RENAME FEATURE_MDEV_EXEC FEATURE_LS_RECURSIVE FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME | 156 | optional STATIC FEATURE_MDEV_CONF FEATURE_MDEV_RENAME FEATURE_MDEV_EXEC FEATURE_LS_RECURSIVE FEATURE_LS_TIMESTAMPS FEATURE_LS_USERNAME FEATURE_SH_IS_ASH |
157 | testing "mdev move and command" \ | 157 | testing "mdev move and command" \ |
158 | "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; | 158 | "env - PATH=$PATH ACTION=add DEVPATH=/block/sda chroot mdev.testdir /mdev 2>&1; |
159 | ls -lnR mdev.testdir/dev | $FILTER_LS2" \ | 159 | ls -lnR mdev.testdir/dev | $FILTER_LS2" \ |