diff --git a/tests/p_sysstat/20-pidstat-basic.sh b/tests/p_sysstat/20-pidstat-basic.sh new file mode 100644 index 0000000..07da167 --- /dev/null +++ b/tests/p_sysstat/20-pidstat-basic.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# Author: Carlos Rodriguez-Fernandez + +t_Log "Running $0 - pidstat test" + +pidstat 1 1 > /dev/null 2>&1 +t_CheckExitStatus $?