From 121169d5c8edf5587a67eaf71f46f50c641f73be Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Jun 16 2015 15:20:16 +0000 Subject: Merge pull request #4 from jperrin/master update bash test to support aarch64 --- diff --git a/tests/p_bash/bash_version_info_test.sh b/tests/p_bash/bash_version_info_test.sh index ce36804..6976506 100755 --- a/tests/p_bash/bash_version_info_test.sh +++ b/tests/p_bash/bash_version_info_test.sh @@ -5,6 +5,6 @@ t_Log "Running $0 - check that bash version info is the same with upstream." -bash --version | grep -qE "(i386|i686|x86_64)-redhat-linux-gnu" +bash --version | grep -qE "(i386|i686|x86_64|aarch64)-redhat-linux-gnu" t_CheckExitStatus $?