| changeset 1 | fe592b4168f3 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/test/idb/arithmetic.sh Wed Oct 10 22:58:48 2012 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +#!/bin/sh 1.5 +$top_builddir/src/xexpr $srcdir/arithmetic.xml > arithmetic.out 1.6 +cat <<-EOF > arithmetic.ref 1.7 +9 1.8 +6 1.9 +20 1.10 +EOF 1.11 +cmp arithmetic.out arithmetic.ref 1.12 +retval=$? 1.13 +rm -f arithmetic.out arithmetic.ref 1.14 +exit $retval