From: Anatoly Pugachev Date: Tue, 10 Mar 2020 16:16:01 +0000 (+0300) Subject: tests: fixes eject/umount on SPARC X-Git-Tag: v2.36-rc1~174^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f97c20f4a463eea0705c2a3b9866bfdab064c2c8;p=thirdparty%2Futil-linux.git 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 --- diff --git a/tests/ts/eject/umount b/tests/ts/eject/umount index 9faab27e61..00d24c11d3 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 <