summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk
diff options
context:
space:
mode:
authorRuediger Meier2015-01-26 14:24:03 +0100
committerRuediger Meier2015-01-26 15:18:38 +0100
commita1f97c62baf8b2e7d180a3308acaeaa505b77215 (patch)
treebc7125a272d31dbe9890204b176f1ea0904dff38 /tests/ts/fdisk
parenttests: fix swaplabel test for 9a83b03c (diff)
downloadkernel-qcow2-util-linux-a1f97c62baf8b2e7d180a3308acaeaa505b77215.tar.gz
kernel-qcow2-util-linux-a1f97c62baf8b2e7d180a3308acaeaa505b77215.tar.xz
kernel-qcow2-util-linux-a1f97c62baf8b2e7d180a3308acaeaa505b77215.zip
tests: fix fdisk/bsd again for big endian
Looks this line was accidentally out-commented in 06d199e8. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/ts/fdisk')
-rwxr-xr-xtests/ts/fdisk/bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/fdisk/bsd b/tests/ts/fdisk/bsd
index 6b5b47acc..381f22804 100755
--- a/tests/ts/fdisk/bsd
+++ b/tests/ts/fdisk/bsd
@@ -131,6 +131,6 @@ echo -e "${FDISK_CMD_BSD_LIST_TYPES}" | \
$TS_CMD_FDISK ${TEST_IMAGE_NAME} | \
sed 's/Reading .*//g; s/Welcome to fdisk .*//' >> $TS_OUTPUT 2>&1
-#fdisk_bsd_offset_and_byte_order_clean
+fdisk_bsd_offset_and_byte_order_clean
ts_fdisk_clean ${TEST_IMAGE_NAME}
ts_finalize