summaryrefslogtreecommitdiffstats
path: root/tests/ts/minix
diff options
context:
space:
mode:
authorRuediger Meier2015-03-31 14:35:07 +0200
committerRuediger Meier2015-04-14 13:18:43 +0200
commitf1849be96a2f3baff3a7c3776be2d02af20bea81 (patch)
tree5c2c7e4c0b9b163f281726b6723fe561eb493b29 /tests/ts/minix
parenttests: scsi_debug tests, don't call ts_die() with DEVICE parameter (diff)
downloadkernel-qcow2-util-linux-f1849be96a2f3baff3a7c3776be2d02af20bea81.tar.gz
kernel-qcow2-util-linux-f1849be96a2f3baff3a7c3776be2d02af20bea81.tar.xz
kernel-qcow2-util-linux-f1849be96a2f3baff3a7c3776be2d02af20bea81.zip
tests: loop tests, don't call ts_die() with DEVICE parameter
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/minix')
-rwxr-xr-xtests/ts/minix/mkfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/minix/mkfs b/tests/ts/minix/mkfs
index 897203741..387213536 100755
--- a/tests/ts/minix/mkfs
+++ b/tests/ts/minix/mkfs
@@ -41,7 +41,7 @@ ts_log "mount the filesystem"
ts_mount "minix" $DEVICE $TS_MOUNTPOINT
# check it
-ts_is_mounted $DEVICE || ts_die "Cannot find $DEVICE in /proc/mounts" $DEVICE
+ts_is_mounted $DEVICE || ts_die "Cannot find $DEVICE in /proc/mounts"
ts_log "umount the image"
$TS_CMD_UMOUNT $DEVICE