summaryrefslogtreecommitdiff
path: root/tests/t1101-busy-partition.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/t1101-busy-partition.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/t1101-busy-partition.sh')
-rwxr-xr-xtests/t1101-busy-partition.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t1101-busy-partition.sh b/tests/t1101-busy-partition.sh
index dbeb23a..372fc53 100755
--- a/tests/t1101-busy-partition.sh
+++ b/tests/t1101-busy-partition.sh
@@ -30,7 +30,7 @@ require_scsi_debug_module_
# create memory-backed device
scsi_debug_setup_ dev_size_mb=80 > dev-name ||
- skip_test_ 'failed to create scsi_debug device'
+ skip_ 'failed to create scsi_debug device'
dev=$(cat dev-name)
cat <<EOF > exp-error || framework_failure