summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/generic/0424
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/generic/042 b/tests/generic/042
index 63a46d6b..699f712f 100755
--- a/tests/generic/042
+++ b/tests/generic/042
@@ -36,7 +36,7 @@ _crashtest()
_mkfs_dev $img >> $seqres.full 2>&1
mkdir -p $mnt
- _mount $img $mnt
+ _mount -o loop -t $FSTYP $img $mnt
echo $cmd
@@ -46,7 +46,7 @@ _crashtest()
$here/src/godown -f $mnt
$UMOUNT_PROG $mnt
- _mount $img $mnt
+ _mount -o loop -t $FSTYP $img $mnt
# We should /never/ see 0xCD in the file, because we wrote that pattern
# to the filesystem image to expose stale data.