summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorKarel Zak2010-02-09 15:47:32 +0100
committerKarel Zak2010-02-09 15:47:32 +0100
commit5792255b542fe97c1fed77bbd1f8c0bfa7aea1db (patch)
treef9cf07bbc1590c2485cbda54016b9003df60d8a2 /tests/functions.sh
parentfdisk: cleanup warnings (diff)
downloadkernel-qcow2-util-linux-5792255b542fe97c1fed77bbd1f8c0bfa7aea1db.tar.gz
kernel-qcow2-util-linux-5792255b542fe97c1fed77bbd1f8c0bfa7aea1db.tar.xz
kernel-qcow2-util-linux-5792255b542fe97c1fed77bbd1f8c0bfa7aea1db.zip
tests: add fdisk alignment tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index eb9a878d7..9e66e432f 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -255,7 +255,7 @@ function ts_image_init {
}
function ts_device_init {
- local img=$(ts_image_init)
+ local img=$(ts_image_init $1 $2)
local dev=$($TS_CMD_LOSETUP -s -f "$img")
if [ -z "$dev" ]; then