sysstat/tests/00976

4 lines
142 B
Plaintext
Raw Normal View History

2023-02-28 13:51:48 +08:00
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