From 3df4adac3e65e9e203c547d2f749e0c7cbab29a5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 14 Oct 2014 17:10:11 +0200 Subject: tests: update fdisk formatting fdisk --list does no more use extra linebreak (\n) before and after partition table entries. Signed-off-by: Karel Zak --- tests/ts/fdisk/mbr-nondos-mode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ts/fdisk/mbr-nondos-mode') diff --git a/tests/ts/fdisk/mbr-nondos-mode b/tests/ts/fdisk/mbr-nondos-mode index 9c38f3aff..f39b5e0f0 100755 --- a/tests/ts/fdisk/mbr-nondos-mode +++ b/tests/ts/fdisk/mbr-nondos-mode @@ -37,7 +37,7 @@ FDISK_CMD_DELETE_2PRIMARY="d\n2\n" # delete first primary FDISK_CMD_DELETE_EXTENDED="d\n3\n" # delete second primary function print_layout { - echo -ne "\n---layout----------" >> $TS_OUTPUT + echo -ne "\n---layout----------\n" >> $TS_OUTPUT $TS_CMD_FDISK -l ${TEST_IMAGE_NAME} >> $TS_OUTPUT echo -ne "-------------------\n\n" >> $TS_OUTPUT } -- cgit v1.2.3-55-g7522