3c9513
Fix bash version info test
@@ -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
|
-
|
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 $?
|