summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-10-21 13:50:44 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-10-21 13:50:44 +0200
commit5477adec14c5a0acd553a42bdf6e8ac2179f6a22 (patch)
tree75648612eff8d6f06de8878d8c3966844719c31f
parenteec88efd845cda12fe39af3b62bb05475f76f602 (diff)
downloadpostgresql-setup-tests-5477adec14c5a0acd553a42bdf6e8ac2179f6a22.tar.gz
postgresql-setup-tests-5477adec14c5a0acd553a42bdf6e8ac2179f6a22.tar.xz
postgresql-setup-tests-5477adec14c5a0acd553a42bdf6e8ac2179f6a22.zip
tasks/initdb: the --MODE options are in f22+
* tasks/initdb/runtests.sh: Skip this test if performed on f21-.
-rwxr-xr-xtasks/initdb/runtest.sh2
1 files changed, 1 insertions, 1 deletions
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