From f97c20f4a463eea0705c2a3b9866bfdab064c2c8 Mon Sep 17 00:00:00 2001 From: Anatoly Pugachev Date: Tue, 10 Mar 2020 19:16:01 +0300 Subject: [PATCH] tests: fixes eject/umount on SPARC Since SPARC is using 'sun' partition table by default, make test not to assume that disk has 'dos' partition table, so write 'dos' partition table on disk, before proceeding any further. Signed-off-by: Anatoly Pugachev --- tests/ts/eject/umount | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/eject/umount b/tests/ts/eject/umount index 9faab27e6..00d24c11d 100755 --- a/tests/ts/eject/umount +++ b/tests/ts/eject/umount @@ -35,6 +35,7 @@ function init_partitions { ts_log "Create partitions" $TS_CMD_FDISK $dev >> /dev/null 2>&1 <