summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk/oddinput
diff options
context:
space:
mode:
authorKarel Zak2010-02-09 16:24:51 +0100
committerKarel Zak2010-02-09 16:24:51 +0100
commita5445cd2e5e1f942384d4fbb4aa66eb7a46df311 (patch)
treea24cd1387e2e292922b0f127eb9ff1980607e0c0 /tests/ts/fdisk/oddinput
parenttests: add fdisk alignment tests (diff)
downloadkernel-qcow2-util-linux-a5445cd2e5e1f942384d4fbb4aa66eb7a46df311.tar.gz
kernel-qcow2-util-linux-a5445cd2e5e1f942384d4fbb4aa66eb7a46df311.tar.xz
kernel-qcow2-util-linux-a5445cd2e5e1f942384d4fbb4aa66eb7a46df311.zip
tests: fix and update old fdisk tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/fdisk/oddinput')
-rwxr-xr-xtests/ts/fdisk/oddinput2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/fdisk/oddinput b/tests/ts/fdisk/oddinput
index c86984169..9d5c47628 100755
--- a/tests/ts/fdisk/oddinput
+++ b/tests/ts/fdisk/oddinput
@@ -24,7 +24,7 @@ ts_init "$*"
ts_log "Initialize empty image"
TEST_IMAGE_NAME=$(ts_image_init 10)
-ts_image_md5sum 2>&1 >> $TS_OUTPUT
+ts_image_md5sum >> $TS_OUTPUT 2>&1
ts_log "Empty image listing" # this should report empty partition table
# TEST_IMAGE_NAME has absolute path, and is by definition different on each computer, we need to sed it away