mirror of https://gitee.com/openkylin/sysstat.git
4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
![]() |
rm -f tests/root
|
||
|
ln -s root3 tests/root
|
||
|
LC_ALL=C TZ=GMT ./iostat -x ALL 1 3 > tests/out.iostat-x-ALL-flush.tmp && diff -u tests/expected.iostat-x-ALL-flush tests/out.iostat-x-ALL-flush.tmp
|