Blame tests/p_bash/bash_version_info_test.sh

Athmane Madjoudj 6a3232
#!/bin/sh
Athmane Madjoudj 6a3232
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj 6a3232
# Note: This was a known issue in CentOS 6.0
Athmane Madjoudj 6a3232
# See: http://bugs.centos.org/view.php?id=5158
Athmane Madjoudj 6a3232
Athmane Madjoudj 6a3232
t_Log "Running $0 -  check that bash version info is the same with upstream."
Athmane Madjoudj 6a3232
9a1e76
bash --version | grep -qE "(i386|i686|x86_64|aarch64|armv7hl|powerpc64le|powerpc64)-redhat-linux-gnu"
Athmane Madjoudj 6a3232
Athmane Madjoudj 6a3232
t_CheckExitStatus $?