From 0e57f0631ad9cfbfc1ee8ec0f019fc5622d36ecb Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Aug 30 2011 07:28:18 +0000 Subject: Fix procinfo test --- diff --git a/tests/p_procinfo/5-test_procinfo.sh b/tests/p_procinfo/5-test_procinfo.sh index 9dd8bfa..748dc9b 100755 --- a/tests/p_procinfo/5-test_procinfo.sh +++ b/tests/p_procinfo/5-test_procinfo.sh @@ -10,3 +10,5 @@ PROCINFO=`which procinfo` $PROCINFO &>/dev/null [ $? -eq 0 ] || { t_Log "Procinfo exited with non-zero status. That ain't good..."; exit $FAIL; } + +t_CheckExitStatus $?