tests: fixes mount tests on SPARC

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

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
This commit is contained in:
Anatoly Pugachev 2020-03-11 01:05:50 +03:00
parent 356ed88a56
commit d4dc0fcf83
3 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ ts_scsi_debug_init dev_size_mb=50
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1

View File

@ -28,6 +28,7 @@ ts_scsi_debug_init dev_size_mb=50
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1

View File

@ -24,6 +24,7 @@ ts_scsi_debug_init dev_size_mb=50
ts_log "Create partitions"
$TS_CMD_FDISK ${TS_DEVICE} &> /dev/null <<EOF
o
n
p
1