From 5477adec14c5a0acd553a42bdf6e8ac2179f6a22 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 21 Oct 2014 13:50:44 +0200 Subject: tasks/initdb: the --MODE options are in f22+ * tasks/initdb/runtests.sh: Skip this test if performed on f21-. --- tasks/initdb/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/initdb/runtest.sh b/tasks/initdb/runtest.sh index d5323bd..ee520d6 100755 --- a/tasks/initdb/runtest.sh +++ b/tasks/initdb/runtest.sh @@ -1,5 +1,5 @@ dtf_postgresql_test_init -if rlIsFedora 18 19 20 || rlIsRHEL 5 6 7; then +if rlIsFedora 18 19 20 21 || rlIsRHEL 5 6 7; then # This syntaxe is not supported on oler systems. : else -- cgit