test/spec/spectest45.sh
changeset 1 fe592b4168f3
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/spec/spectest45.sh	Wed Oct 10 22:58:48 2012 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +#!/bin/sh
     1.5 +$top_builddir/src/xexpr $srcdir/spectest45.xml > spectest45.out
     1.6 +cat <<-EOF > spectest45.ref
     1.7 +10
     1.8 +9
     1.9 +8
    1.10 +7
    1.11 +6
    1.12 +5
    1.13 +4
    1.14 +3
    1.15 +2
    1.16 +1
    1.17 +EOF
    1.18 +cmp spectest45.out spectest45.ref
    1.19 +retval=$?
    1.20 +rm -f spectest45.out spectest45.ref
    1.21 +exit $retval