diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-10 00:51:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-10 00:51:29 +0200 |
commit | b47b3ce1bd651c689fae3cac2760f43f453e2b6e (patch) | |
tree | 792a1710799fbf57c66fa51a642ae6d5074640c5 /testsuite/mount.tests | |
parent | b347df91317ca05910e930c94fdba30baf9e2de8 (diff) | |
download | busybox-w32-b47b3ce1bd651c689fae3cac2760f43f453e2b6e.tar.gz busybox-w32-b47b3ce1bd651c689fae3cac2760f43f453e2b6e.tar.bz2 busybox-w32-b47b3ce1bd651c689fae3cac2760f43f453e2b6e.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/mount.tests')
-rwxr-xr-x | testsuite/mount.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests index 58eeb2ec5..9ddd58795 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests | |||
@@ -46,6 +46,7 @@ rm mount.image1m | |||
46 | 46 | ||
47 | 47 | ||
48 | # Bug: mount.shared1 directory shows no files (has to show files a and b) | 48 | # Bug: mount.shared1 directory shows no files (has to show files a and b) |
49 | optional FEATURE_LS_RECURSIVE | ||
49 | testing "mount bind+rshared" "\ | 50 | testing "mount bind+rshared" "\ |
50 | mkdir -p mount.dir mount.shared1 mount.shared2 | 51 | mkdir -p mount.dir mount.shared1 mount.shared2 |
51 | touch mount.dir/a mount.dir/b | 52 | touch mount.dir/a mount.dir/b |
@@ -80,5 +81,6 @@ a | |||
80 | b | 81 | b |
81 | " \ | 82 | " \ |
82 | "" "" | 83 | "" "" |
84 | SKIP= | ||
83 | 85 | ||
84 | exit $FAILCOUNT | 86 | exit $FAILCOUNT |