From c136ec63b52f3597ac9278a5b761cfc7fa65156c Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Dec 15 2011 16:20:44 +0000 Subject: Merge branch 'master' of ssh://nazar.karan.org/el5/t_functional --- diff --git a/tests/p_bash/bash_version_info_test.sh b/tests/p_bash/bash_version_info_test.sh index 9963ce9..ce36804 100755 --- a/tests/p_bash/bash_version_info_test.sh +++ b/tests/p_bash/bash_version_info_test.sh @@ -5,7 +5,6 @@ t_Log "Running $0 - check that bash version info is the same with upstream." -ARCH=`uname -m` -bash --version | grep -q "$ARCH-redhat-linux-gnu" +bash --version | grep -qE "(i386|i686|x86_64)-redhat-linux-gnu" t_CheckExitStatus $?