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 $?