diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-29 16:53:11 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-29 16:53:11 +0100 |
commit | 77a51a2709de1b646ab493f0bf771d896de6efc2 (patch) | |
tree | d0e44b91d8391ca06d4de3f7d5101da76c4f940e /testsuite/mount.tests | |
parent | c7ef8187688b0e7f92d19b3fed2c4ecffe39a688 (diff) | |
download | busybox-w32-77a51a2709de1b646ab493f0bf771d896de6efc2.tar.gz busybox-w32-77a51a2709de1b646ab493f0bf771d896de6efc2.tar.bz2 busybox-w32-77a51a2709de1b646ab493f0bf771d896de6efc2.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 91c2e8b42..b6d5ebe08 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests | |||
@@ -34,6 +34,8 @@ umount -d "$testdir" 2>/dev/null | |||
34 | # file input will be file called "input" | 34 | # file input will be file called "input" |
35 | # test can create a file "actual" instead of writing to stdout | 35 | # test can create a file "actual" instead of writing to stdout |
36 | 36 | ||
37 | # This will always fail on !CONFIG_MANDATORY_FILE_LOCKING kernels | ||
38 | test "$SKIP_MOUNT_MAND_TESTS" = "1" || \ | ||
37 | testing "mount -o remount,mand" \ | 39 | testing "mount -o remount,mand" \ |
38 | "mount -o loop mount.image1m $testdir "\ | 40 | "mount -o loop mount.image1m $testdir "\ |
39 | "&& grep -Fc $testdir </proc/mounts "\ | 41 | "&& grep -Fc $testdir </proc/mounts "\ |