mirror of https://gitee.com/openkylin/sysstat.git
4 lines
155 B
Plaintext
4 lines
155 B
Plaintext
|
rm -f tests/root
|
||
|
ln -s root1 tests/root
|
||
|
LC_ALL=C TZ=GMT ./mpstat -A 1 4 > tests/out.mpstat-A.tmp && diff -u tests/expected.mpstat-A tests/out.mpstat-A.tmp
|