mirror of https://gitee.com/openkylin/sysstat.git
4 lines
142 B
Plaintext
4 lines
142 B
Plaintext
|
rm -f tests/root
|
||
|
ln -s root6 tests/root
|
||
|
LC_ALL=C TZ=GMT ./sar -q PSI 1 1 2>&1 | grep "Inconsistent input data" >/dev/null && exit 1 || exit 0
|