X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fflip.sh;h=29caa1422c5d0e00a09d02ee4bb74f9c55bb497c;hb=a37754c18dee3d5941e5fe041b2c1fa1a3370157;hp=9448e21f4b830bceb3f60bd65746af4a8f361434;hpb=f4b04e8323d4c95c3723ca47587742e7175ae75f;p=pspp-builds.git diff --git a/tests/command/flip.sh b/tests/command/flip.sh index 9448e21f..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 -1.1 DATA LIST. Reading 1 record from the command file. +1.1 DATA LIST. Reading 1 record from INLINE. +--------+------+-------+------+ |Variable|Record|Columns|Format| #========#======#=======#======#