. tests/variables
if [ "${TGLIB32}" = "yes" ]; then
	LC_ALL=C TZ=GMT ./sar -C -A -f tests/data32.tmp > tests/out.sar32-A.tmp && diff -u ${T_SRCDIR}/tests/expected.sar32-A tests/out.sar32-A.tmp
else
	echo Skipped
	touch tests/SKIPPED
fi
