summaryrefslogtreecommitdiff
path: root/tests/t6000-dm.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-11-18 11:30:03 +0100
committerJim Meyering <meyering@redhat.com>2010-11-20 11:44:06 +0100
commitee477386f0355fc5640277a466c379b5d30fdaf3 (patch)
tree3b74e8ce3839a935fe255621659c17f4cac2a4fe /tests/t6000-dm.sh
parent066e7fd88885f8c769de7b39237164cb46384361 (diff)
downloadparted-ee477386f0355fc5640277a466c379b5d30fdaf3.tar.gz
tests: global subst: s/skip_test_/skip_/
git grep -l skip_test_|xargs perl -pi -e 's/skip_test_/skip_/'
Diffstat (limited to 'tests/t6000-dm.sh')
-rwxr-xr-xtests/t6000-dm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t6000-dm.sh b/tests/t6000-dm.sh
index 310e85e..6f0152c 100755
--- a/tests/t6000-dm.sh
+++ b/tests/t6000-dm.sh
@@ -28,7 +28,7 @@ require_root_
lvm_init_root_dir_
test "x$ENABLE_DEVICE_MAPPER" = xyes \
- || skip_test_ "no device-mapper support"
+ || skip_ "no device-mapper support"
# Device maps names - should be random to not conflict with existing ones on
# the system
@@ -47,7 +47,7 @@ cleanup_() {
}
f1=$(pwd)/1; d1=$(loop_setup_ "$f1") \
- || skip_test_ "is this partition mounted with 'nodev'?"
+ || skip_ "is this partition mounted with 'nodev'?"
fail=0