mirror of https://gitee.com/openkylin/sysstat.git
4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
|
rm -f tests/root
|
||
|
ln -s root4 tests/root
|
||
|
LC_ALL=C TZ=GMT ./sar -dh -j ID -f tests/data.tmp > tests/out.sar-jID.tmp && diff -u tests/expected.sar-jID tests/out.sar-jID.tmp
|