diff options
author | Petr Uzel <petr.uzel@suse.cz> | 2010-03-01 17:04:51 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-03-02 11:52:07 +0100 |
commit | efc9f9b256577862f99da2f06791ebb5c2d0fba1 (patch) | |
tree | 105daf3a3d612affd139ed8e9d88ecb6bfd7092e /tests/t3000-resize-fs.sh | |
parent | a5a875cd4f65331df299965730c4a42e234f13eb (diff) | |
download | parted-efc9f9b256577862f99da2f06791ebb5c2d0fba1.tar.gz |
tests: skip tests that require mkfs.hfs, when it is unavailable
t3000-resize-fs.sh would fails if mkfs.hfs is not installed.
* tests/t-lib.sh (require_hfs_): New function.
* tests/t3000-resize-fs.sh: Use require_hfs_.
Diffstat (limited to 'tests/t3000-resize-fs.sh')
-rwxr-xr-x | tests/t3000-resize-fs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t3000-resize-fs.sh b/tests/t3000-resize-fs.sh index d6af67d..4d0f5cb 100755 --- a/tests/t3000-resize-fs.sh +++ b/tests/t3000-resize-fs.sh @@ -23,6 +23,7 @@ fi : ${srcdir=.} . $srcdir/t-lib.sh +require_hfs_ require_root_ require_scsi_debug_module_ |