X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fflip.sh;h=29caa1422c5d0e00a09d02ee4bb74f9c55bb497c;hb=655bf3a3917cdf16f99fcbb680d2bf3159126a93;hp=f4eb926fefd916dc47f4819a00efab8af8a11904;hpb=7e8eec6839205801adddbd6fafb2ceaf7c601d08;p=pspp-builds.git diff --git a/tests/command/flip.sh b/tests/command/flip.sh index f4eb926f..29caa142 100755 --- a/tests/command/flip.sh +++ b/tests/command/flip.sh @@ -5,14 +5,20 @@ TEMPDIR=/tmp/pspp-tst-$$ TESTFILE=$TEMPDIR/`basename $0`.sps -here=`pwd`; +# ensure that top_builddir are absolute +if [ -z "$top_builddir" ] ; then top_builddir=. ; fi +if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi +top_builddir=`cd $top_builddir; pwd` +PSPP=$top_builddir/src/ui/terminal/pspp # ensure that top_srcdir is absolute -cd $top_srcdir; top_srcdir=`pwd` +top_srcdir=`cd $top_srcdir; pwd` STAT_CONFIG_PATH=$top_srcdir/config export STAT_CONFIG_PATH +LANG=C +export LANG cleanup() { @@ -68,13 +74,13 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/flip.stat +$SUPERVISOR $PSPP -o raw-ascii $TEMPDIR/flip.stat if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' -1.1 DATA LIST. Reading 1 record from the command file. +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list +diff -b $TEMPDIR/pspp.list - << EOF +1.1 DATA LIST. Reading 1 record from INLINE. +--------+------+-------+------+ |Variable|Record|Columns|Format| #========#======#=======#======# @@ -84,7 +90,6 @@ diff -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g' |C | 1| 6- 7|F2.0 | |D | 1| 8- 9|F2.0 | +--------+------+-------+------+ - N A B C D - -- -- -- -- v 1 2 3 4 @@ -92,14 +97,12 @@ w 6 7 8 9 x 11 12 13 14 y 16 17 18 19 z 21 22 23 24 - CASE_LBL V W X Y Z -------- -------- -------- -------- -------- -------- A 1.00 6.00 11.00 16.00 21.00 B 2.00 7.00 12.00 17.00 22.00 C 3.00 8.00 13.00 18.00 23.00 D 4.00 9.00 14.00 19.00 24.00 - CASE_LBL A B C D -------- -------- -------- -------- -------- V 1.00 2.00 3.00 4.00