1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Fix test command.

This commit is contained in:
Lukáš Růžička 2021-05-10 14:25:29 +02:00
parent 2eca52e950
commit 605cfbcba8

View File

@ -18,7 +18,7 @@ sub run {
# Check that the home partition has been created.
# We do not check for size this time, because the /home partition is created
# in the remaining space and this might vary in the future.
assert_script_run "fdisk -l | grep /home";
assert_script_run "lsblk | grep /home";
}