summaryrefslogtreecommitdiffstats
path: root/tests/ts/libmount/context
diff options
context:
space:
mode:
authorKarel Zak2015-04-22 10:03:12 +0200
committerKarel Zak2015-04-22 10:03:12 +0200
commit6f13d7a1b27da596b57dbec57e3f350296bcbc78 (patch)
tree019efc06bb1e91618347d4c3c25081d3c688c67a /tests/ts/libmount/context
parentMerge branch 'test-fix' of https://github.com/rudimeier/util-linux (diff)
parenttests: never use -o pipefail (diff)
downloadkernel-qcow2-util-linux-6f13d7a1b27da596b57dbec57e3f350296bcbc78.tar.gz
kernel-qcow2-util-linux-6f13d7a1b27da596b57dbec57e3f350296bcbc78.tar.xz
kernel-qcow2-util-linux-6f13d7a1b27da596b57dbec57e3f350296bcbc78.zip
Merge branch 'tests-refactor-loop-cleanup' of https://github.com/rudimeier/util-linux
* 'tests-refactor-loop-cleanup' of https://github.com/rudimeier/util-linux: tests: never use -o pipefail tests: loop tests, don't call ts_die() with DEVICE parameter tests: scsi_debug tests, don't call ts_die() with DEVICE parameter tests: introduce TS_LOOP_DEVS for cleanup tests: introduce ts_cleanup_on_exit()
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 15693d1c6..9424fef90 100755
--- a/tests/ts/libmount/context
+++ b/tests/ts/libmount/context
@@ -81,7 +81,7 @@ function is_mounted {
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"