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