diff -r 000000000000 -r bc8c9a11cbfc test/spec/spectest45.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/spec/spectest45.sh Wed Oct 10 22:58:21 2012 +0100 @@ -0,0 +1,18 @@ +#!/bin/sh +$top_builddir/src/xexpr $srcdir/spectest45.xml > spectest45.out +cat <<-EOF > spectest45.ref +10 +9 +8 +7 +6 +5 +4 +3 +2 +1 +EOF +cmp spectest45.out spectest45.ref +retval=$? +rm -f spectest45.out spectest45.ref +exit $retval