X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flag.sh;h=06d85883b8b2633b3db1553578223ee39f750a4a;hb=5424322a9f6fc37dfb09760c779a63460ecf7eb5;hp=e8c39dd2c9d0caa58868950bd4520cb10856a766;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/command/lag.sh b/tests/command/lag.sh index e8c39dd2c9..06d85883b8 100755 --- a/tests/command/lag.sh +++ b/tests/command/lag.sh @@ -9,7 +9,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps 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 +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd`