From 1e04f96245a45f036d03d4646e935b0ce6ee978c Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 28 2013 15:32:04 +0000 Subject: Merge commit 'refs/merge-requests/46' of git://gitorious.org/testautomation/t_functional into merge-requests/46 --- diff --git a/tests/p_dovecot/1-config_dovecot.sh b/tests/p_dovecot/1-config_dovecot.sh index 95912b3..ebef627 100755 --- a/tests/p_dovecot/1-config_dovecot.sh +++ b/tests/p_dovecot/1-config_dovecot.sh @@ -1,7 +1,7 @@ #!/bin/bash # Author: Athmane Madjoudj -if (t_GetPkgRel dovecot | grep -q el6) +if (t_GetPkgRel dovecot | grep -q -E 'el(6|7)') then t_Log "Running $0 - Configuration of Dovecot"