tests: fixes libmount/ on SPARC

fdisk partition table fix for writting "msdos" label before test

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
This commit is contained in:
Anatoly Pugachev 2020-03-10 20:24:40 +03:00
parent f97c20f4a4
commit 356ed88a56
4 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,7 @@ fi
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1

View File

@ -49,6 +49,7 @@ fi
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1

View File

@ -31,6 +31,7 @@ DEVNAME=$(basename $TS_DEVICE)
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1

View File

@ -36,6 +36,7 @@ DEVNAME=$(basename $TS_DEVICE)
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1