From 73459578d35186f48fede4845e7b01862364a6ea Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Dec 09 2011 11:25:41 +0000 Subject: Fix bash version test on 32bit arch --- diff --git a/tests/p_bash/bash_version_info_test.sh b/tests/p_bash/bash_version_info_test.sh index d390a1d..9963ce9 100755 --- a/tests/p_bash/bash_version_info_test.sh +++ b/tests/p_bash/bash_version_info_test.sh @@ -5,7 +5,7 @@ t_Log "Running $0 - check that bash version info is the same with upstream." -ARCH=`uname -m | sed 's/i6/i3/'` +ARCH=`uname -m` bash --version | grep -q "$ARCH-redhat-linux-gnu" t_CheckExitStatus $?