mirror of https://gitee.com/openkylin/sysstat.git
4 lines
223 B
Plaintext
4 lines
223 B
Plaintext
|
rm -f tests/root
|
||
|
ln -s root1 tests/root
|
||
|
LC_ALL=C TZ=GMT ./pidstat -T CHILD -t -dRrsuvw -p ALL 2 6 > tests/out1.pidstat-At-TCHILD-ALL.tmp && diff -u tests/expected1.pidstat-At-TCHILD-ALL tests/out1.pidstat-At-TCHILD-ALL.tmp
|