mirror of https://gitee.com/openkylin/sysstat.git
4 lines
201 B
Plaintext
4 lines
201 B
Plaintext
|
rm -f tests/root
|
||
|
ln -s root1 tests/root
|
||
|
LC_ALL=C TZ=GMT ./pidstat -t -svwu -p 21342,1234,7900,9009 2 6 > tests/out.pidstat-plist.tmp && diff -u tests/expected.pidstat-plist tests/out.pidstat-plist.tmp
|