summaryrefslogtreecommitdiffstats
path: root/tests/ts/fdisk
diff options
context:
space:
mode:
authorKarel Zak2013-03-11 16:15:36 +0100
committerKarel Zak2013-03-11 16:15:36 +0100
commit2b0eda8ee94f9f64dca49ab404dcb69d697ce7fe (patch)
tree8d45701e40cbcc1f1adf112ff20d20abb3795db8 /tests/ts/fdisk
parenttests: update 'odd input' fdisk test (diff)
downloadkernel-qcow2-util-linux-2b0eda8ee94f9f64dca49ab404dcb69d697ce7fe.tar.gz
kernel-qcow2-util-linux-2b0eda8ee94f9f64dca49ab404dcb69d697ce7fe.tar.xz
kernel-qcow2-util-linux-2b0eda8ee94f9f64dca49ab404dcb69d697ce7fe.zip
tests: update aks-partition-number dialog (planned regression)
Since 2.23 the fdisk ask-partition-number dialog don't ask for partition number if there is only one partition. This was default in DOS driver, now it's default everywhere. For Sun/BSD it's regression... but we don't want to maintain any extra code --- sorry --- we don't want any exception in the code. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/ts/fdisk')
-rwxr-xr-xtests/ts/fdisk/sunlabel2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/fdisk/sunlabel b/tests/ts/fdisk/sunlabel
index e1ce4f482..19bfd22e4 100755
--- a/tests/ts/fdisk/sunlabel
+++ b/tests/ts/fdisk/sunlabel
@@ -27,7 +27,7 @@ FDISK_CMD_DELETEALL="d\n1\nd\n2\nd\n3\nd\n4\nd\n5\nd\n6\nd\n7\nd\n8\n" # delete
FDISK_CMD_CREATE_PRIMARY="n\n1\n0\n128\n" # create first partition, cylinders 0 through 128
FDISK_CMD_TOGGLE_READONLY="a\n1\n" # sets first partition as read-only
FDISK_CMD_TOGGLE_MOUNTABLE="c\n1\n" # sets first partition as mountable
-FDISK_CMD_CHANGE_SYSID="t\n1\n4\n" # changes sysid to 4 (SunOS usr)
+FDISK_CMD_CHANGE_SYSID="t\n4\n" # changes sysid to 4 (SunOS usr)
FDISK_CMD_CREATE_SECONDARY="n\n2\n128\n\n" # create secondary partition cylinders 128 to the end of disk
#set -x