diff options
author | Denys Vlasenko | 2011-08-10 10:45:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-08-10 10:45:48 +0200 |
commit | 47b03368f34d45a3787e261189d7157b3a63dd29 (patch) | |
tree | b9a3d29a2e65ff7363f25cf7be948adea19a7257 /testsuite/mount.tests | |
parent | b47b3ce1bd651c689fae3cac2760f43f453e2b6e (diff) | |
download | busybox-47b03368f34d45a3787e261189d7157b3a63dd29.zip busybox-47b03368f34d45a3787e261189d7157b3a63dd29.tar.gz |
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, 1 insertions, 1 deletions
diff --git a/testsuite/mount.tests b/testsuite/mount.tests index 9ddd587..c5891be 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests @@ -46,7 +46,7 @@ rm mount.image1m # Bug: mount.shared1 directory shows no files (has to show files a and b) -optional FEATURE_LS_RECURSIVE +optional FEATURE_LS_RECURSIVE FEATURE_LS_SORTFILES testing "mount bind+rshared" "\ mkdir -p mount.dir mount.shared1 mount.shared2 touch mount.dir/a mount.dir/b |