sysstat/tests/01580

7 lines
217 B
Plaintext

. tests/variables
if [ "${TGLIB32}" = "yes" ]; then
LC_ALL=C TZ=GMT tests/32bits/sar32 -w -f tests/data-ssr.tmp > tests/out2.sar-ssr.tmp && diff -u tests/expected.sar-ssr tests/out2.sar-ssr.tmp
else
echo Skipped
fi