From: Karel Zak Date: Mon, 9 Sep 2019 09:27:03 +0000 (+0200) Subject: tests: (sfdisk) update move output X-Git-Tag: v2.35-rc1~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b008e4d6682d00a922519d4a565c5ac348d0ff2a;p=thirdparty%2Futil-linux.git tests: (sfdisk) update move output Signed-off-by: Karel Zak --- diff --git a/tests/expected/sfdisk/movedata-down b/tests/expected/sfdisk/movedata-down index ae256ad315..af0f6e873a 100644 --- a/tests/expected/sfdisk/movedata-down +++ b/tests/expected/sfdisk/movedata-down @@ -21,7 +21,10 @@ Device Boot Start End Sectors Size Id Type Data move: typescript file . - old start: 3048, new start: 2548 (move 20480 sectors) + start sector: (from/to) 3048 / 2548 + sectors: 20480 + step size: 1048576 bytes + The partition table has been altered. Calling ioctl() to re-read partition table. diff --git a/tests/expected/sfdisk/movedata-non-overlay b/tests/expected/sfdisk/movedata-non-overlay index 733de1520c..753a9c35ad 100644 --- a/tests/expected/sfdisk/movedata-non-overlay +++ b/tests/expected/sfdisk/movedata-non-overlay @@ -21,7 +21,10 @@ Device Boot Start End Sectors Size Id Type Data move: typescript file . - old start: 2548, new start: 63988 (move 20480 sectors) + start sector: (from/to) 2548 / 63988 + sectors: 20480 + step size: 1048576 bytes + The partition table has been altered. Calling ioctl() to re-read partition table. diff --git a/tests/expected/sfdisk/movedata-up b/tests/expected/sfdisk/movedata-up index de5b175d24..9de06dbd84 100644 --- a/tests/expected/sfdisk/movedata-up +++ b/tests/expected/sfdisk/movedata-up @@ -21,7 +21,10 @@ Device Boot Start End Sectors Size Id Type Data move: typescript file . - old start: 2048, new start: 3048 (move 20480 sectors) + start sector: (from/to) 2048 / 3048 + sectors: 20480 + step size: 1048576 bytes + The partition table has been altered. Calling ioctl() to re-read partition table.