X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Frename.sh;h=cc7a36b26d028710d714fa146bb323a204a6981b;hb=bf5a28ae469e2d82c1bc651de990e495da372621;hp=c5d3ecfc4eaec05153aaaf725d8587ee6c59de16;hpb=44d7b18d5c3d0a806fe1a29658445254f2376600;p=pspp diff --git a/tests/command/rename.sh b/tests/command/rename.sh index c5d3ecfc4e..cc7a36b26d 100755 --- a/tests/command/rename.sh +++ b/tests/command/rename.sh @@ -5,17 +5,27 @@ 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$EXEEXT # 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 +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT + cleanup() { + if [ x"$PSPP_TEST_NO_CLEANUP" != x ] ; then + echo "NOT cleaning $TEMPDIR" + return ; + fi cd / rm -rf $TEMPDIR } @@ -70,7 +80,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="check sysfile" @@ -78,29 +88,25 @@ grep -i Brake $TEMPDIR/rename.sav if [ $? -eq 0 ] ; then fail ; fi activity="compare output" -diff -B -b $TEMPDIR/pspp.list - <