X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Floop.sh;h=71173753598d9b5bc60c76c9f34a54609ae3301e;hb=8f40c87f9db239685a174ffc526cb91f0c76ee97;hp=c49633e61767065742f8ae89ed98527d4701d05b;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/command/loop.sh b/tests/command/loop.sh index c49633e617..7117375359 100755 --- a/tests/command/loop.sh +++ b/tests/command/loop.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`