From 0a1924579388345df72909152cf9bc8cda524d91 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Sep 27 2014 18:01:25 +0000 Subject: added resourcing of functions library to reflect CVE-2014-6271 --- diff --git a/tests/0_common/20_upgrade_all.sh b/tests/0_common/20_upgrade_all.sh index 9bfa00e..bc410e4 100755 --- a/tests/0_common/20_upgrade_all.sh +++ b/tests/0_common/20_upgrade_all.sh @@ -3,5 +3,10 @@ t_Log "Running $0 - test that all updates can be applied to this machine cleanly" yum -d0 -y upgrade +ret_val=$? -t_CheckExitStatus $? \ No newline at end of file +t_Log "Resourcing lib-functions - see CVE-2014-6271" +LIB_FUNCTIONS='./tests/0_lib/functions.sh' +source $LIB_FUNCTIONS + +t_CheckExitStatus $ret_val