From b008e4d6682d00a922519d4a565c5ac348d0ff2a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 9 Sep 2019 11:27:03 +0200 Subject: [PATCH] tests: (sfdisk) update move output Signed-off-by: Karel Zak --- tests/expected/sfdisk/movedata-down | 5 ++++- tests/expected/sfdisk/movedata-non-overlay | 5 ++++- tests/expected/sfdisk/movedata-up | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) 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. -- 2.47.3