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