# Select only an offline CPU
. tests/variables
if [ ! -z "$VER_XML" ]; then
	export LC_ALL=C
	./sadf -x tests/data-CPUoff.tmp -- -A -P 8 | $VER_XML --dtdvalid xml/sysstat-*.dtd - >/dev/null
else
	echo Skipped
	touch tests/SKIPPED
fi
