From 34a60ce7896cbac9461959c368383e6828fc4f8e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 27 Aug 2021 11:37:57 -0700 Subject: [PATCH] Use stream 12 for postgres, not 13 Rawhide doesn't have a 13 stream, only a 12. F35 has both, so 12 should be safe. Signed-off-by: Adam Williamson --- tests/modularity_enable_disable_module.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modularity_enable_disable_module.pm b/tests/modularity_enable_disable_module.pm index 77d7ffed..e9e66568 100644 --- a/tests/modularity_enable_disable_module.pm +++ b/tests/modularity_enable_disable_module.pm @@ -31,7 +31,7 @@ sub run { # Disable some other module. my $name_alt = "postgresql"; - my $stream_alt = "13"; + my $stream_alt = "12"; assert_script_run("dnf module disable -y $name_alt:$stream_alt"); # Check that it is listed in the disabled list.