bstinson / centos / t_functional

Forked from centos/t_functional 4 years ago
Clone

3c9513 Fix bash version info test

Authored and Committed by Athmane Madjoudj 13 years ago
    Fix bash version info test
    
        
tests/p_bash/bash_version_info_test.sh CHANGED
@@ -5,7 +5,6 @@
5
5
6
6
t_Log "Running $0 - check that bash version info is the same with upstream."
7
7
8
- ARCH=`uname -m`
8
+ bash --version | grep -qE "(i386|i686|x86_64)-redhat-linux-gnu"
9
- bash --version | grep -q "$ARCH-redhat-linux-gnu"
10
9
11
10
t_CheckExitStatus $?