X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Frename.sh;h=6eae4a52506604ae89b51f0e54b540a5de3e6287;hb=860ca55c65448584c436692380c4fa655d2c3ba1;hp=2295a1215ee1082d6e0355d7701218b529c2162a;hpb=7f3ac8559f71179a95fad28a30882ca476d8ac99;p=pspp-builds.git diff --git a/tests/command/rename.sh b/tests/command/rename.sh index 2295a121..6eae4a52 100755 --- a/tests/command/rename.sh +++ b/tests/command/rename.sh @@ -5,17 +5,24 @@ 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 +PSPP=$top_builddir/src/ui/terminal/pspp + cleanup() { + cd / rm -rf $TEMPDIR } @@ -69,7 +76,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="check sysfile" @@ -77,29 +84,27 @@ grep -i Brake $TEMPDIR/rename.sav if [ $? -eq 0 ] ; then fail ; fi activity="compare output" -diff -B -b $TEMPDIR/pspp.list - <