tests: trigger partition table refresh

This commit is contained in:
Jerome Charaoui 2021-01-25 08:51:59 -05:00
parent aa2a83c53f
commit bb609a43f7

View File

@ -43,6 +43,7 @@ finish_sys() {
dd if=/dev/zero of=/dev/sdd2 bs=512 count=2048 conv=notrunc
dd if=/dev/zero of=/dev/sdd bs=512 count=1 conv=notrunc
dd if=/dev/zero of=/dev/sde bs=512 count=2048 conv=notrunc
partprobe
}
@test "action runs without errors" {