From 5c7dd9a5796e05f32501122cbada3d60083ecb41 Mon Sep 17 00:00:00 2001 From: Al Bowles Date: Mon, 11 Oct 2021 19:51:38 -0500 Subject: [PATCH] Fix filesystem for swap --- tests/disk_custom_gui_standard_partition_ext4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disk_custom_gui_standard_partition_ext4.pm b/tests/disk_custom_gui_standard_partition_ext4.pm index cbe25c21..74f27929 100644 --- a/tests/disk_custom_gui_standard_partition_ext4.pm +++ b/tests/disk_custom_gui_standard_partition_ext4.pm @@ -20,7 +20,7 @@ sub run { #custom_add_partition(filesystem => 'ext4', mountpoint => '/'); custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => '/boot', devicetype => 'standard_partition'); - custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => 'swap'); + custom_add_partition(filesystem => 'swap', size => 512, mountpoint => 'swap'); custom_add_partition(filesystem => 'ext4', mountpoint => '/', devicetype => 'standard_partition'); assert_and_click "anaconda_spoke_done";