From 2b0eda8ee94f9f64dca49ab404dcb69d697ce7fe Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 11 Mar 2013 16:15:36 +0100 Subject: [PATCH] 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 --- tests/ts/fdisk/sunlabel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/fdisk/sunlabel b/tests/ts/fdisk/sunlabel index e1ce4f482b..19bfd22e4f 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 -- 2.47.2