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