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