From 605cfbcba82f32fecd1d24d974d90b8f15a9f2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Mon, 10 May 2021 14:25:29 +0200 Subject: [PATCH] Fix test command. --- tests/disk_custom_resize_lvm_ext4_postinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disk_custom_resize_lvm_ext4_postinstall.pm b/tests/disk_custom_resize_lvm_ext4_postinstall.pm index a1546b55..afefcf0e 100644 --- a/tests/disk_custom_resize_lvm_ext4_postinstall.pm +++ b/tests/disk_custom_resize_lvm_ext4_postinstall.pm @@ -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"; }