From: Ruediger Meier Date: Fri, 12 Feb 2016 16:28:04 +0000 (+0100) Subject: tests: mkfs.ext3 image-file needs option -F X-Git-Tag: v2.28-rc1~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7fccab111068d476ef91d9bcc0d59adf751ccfc;p=thirdparty%2Futil-linux.git tests: mkfs.ext3 image-file needs option -F Maybe on newer systems it's not needed anymore. CC: Stanislav Brabec Signed-off-by: Ruediger Meier --- diff --git a/tests/ts/mount/fstab-loop b/tests/ts/mount/fstab-loop index 3178b95d56..9e17943b10 100755 --- a/tests/ts/mount/fstab-loop +++ b/tests/ts/mount/fstab-loop @@ -30,7 +30,7 @@ ts_check_prog "mkfs.ext3" IMG=$(ts_image_init) -mkfs.ext3 $IMG &> /dev/null || ts_die "Cannot make ext3 on $DEVICE" +mkfs.ext3 -F $IMG &> /dev/null || ts_die "Cannot make ext3 on $IMG" [ -d "$TS_MOUNTPOINT-1" ] || mkdir -p $TS_MOUNTPOINT-1 [ -d "$TS_MOUNTPOINT-2" ] || mkdir -p $TS_MOUNTPOINT-2