summaryrefslogtreecommitdiff
path: root/tests/t3200-type-change.sh
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2010-06-29 09:51:03 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2010-06-30 09:22:54 -0300
commit49468e447c23338bd7670741c47b72facdb904f7 (patch)
treebca3c76cad82eac8c2792cf595ec30c94808b284 /tests/t3200-type-change.sh
parent0e2fce0232467fad49a9097a887033e8f2984209 (diff)
downloadparted-49468e447c23338bd7670741c47b72facdb904f7.tar.gz
tests: rely on require_scsi_debug_module_ to modprobe scsi_debug module
* t2310-dos-extended-2-sector-min-offset.sh: remove explicit modprobe since it is done by require_scsi_debug_module_. * t3200-type-change.sh: likewise. * t9020-alignment.sh: likewise. * t9030-align-check.sh: likewise. * t9040-many-partitions.sh: likewise.
Diffstat (limited to 'tests/t3200-type-change.sh')
-rwxr-xr-xtests/t3200-type-change.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/t3200-type-change.sh b/tests/t3200-type-change.sh
index e64e6c7..0a92426 100755
--- a/tests/t3200-type-change.sh
+++ b/tests/t3200-type-change.sh
@@ -27,10 +27,6 @@ fi
require_root_
require_scsi_debug_module_
-# check for scsi_debug module
-modprobe -n scsi_debug ||
- skip_test_ "you lack the scsi_debug kernel module"
-
grep '^#define USE_BLKID 1' "$CONFIG_HEADER" > /dev/null ||
skip_test_ 'this system lacks a new-enough libblkid'