summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount/context
diff options
context:
space:
mode:
authorRuediger Meier2015-03-31 14:23:30 +0200
committerRuediger Meier2015-04-14 13:18:42 +0200
commit5c6834e3b1e6384e0c390ef34864d5ae332fe6b1 (patch)
tree579428c4f02cfea281ee700de70e4a0ca1f94862 /tests/ts/libmount/context
parenttests: introduce TS_LOOP_DEVS for cleanup (diff)
downloadkernel-qcow2-util-linux-5c6834e3b1e6384e0c390ef34864d5ae332fe6b1.tar.gz
kernel-qcow2-util-linux-5c6834e3b1e6384e0c390ef34864d5ae332fe6b1.tar.xz
kernel-qcow2-util-linux-5c6834e3b1e6384e0c390ef34864d5ae332fe6b1.zip
tests: scsi_debug tests, don't call ts_die() with DEVICE parameter
This was almost useless anyway. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/libmount/context')
-rwxr-xr-xtests/ts/libmount/context2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/libmount/context b/tests/ts/libmount/context
index 7acfb9cdf..373e1d3d1 100755
--- a/tests/ts/libmount/context
+++ b/tests/ts/libmount/context
@@ -65,7 +65,7 @@ export LIBMOUNT_MTAB=$TS_OUTPUT.mtab
> $LIBMOUNT_MTAB
udevadm settle
-ts_device_has "TYPE" "ext4" $DEVICE || ts_die "Cannot find ext3 on $DEVICE" $DEVICE
+ts_device_has "TYPE" "ext4" $DEVICE || ts_die "Cannot find ext3 on $DEVICE"
ts_init_subtest "mount-by-devname"
mkdir -p $MOUNTPOINT &> /dev/null