rm -f tests/root
ln -s root1 tests/root
LC_ALL=C TZ=GMT ./mpstat > tests/out.mpstat.tmp && diff -u tests/expected.mpstat tests/out.mpstat.tmp
