X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flongvars.sh;h=acd0de21bcf55f4bcddae086770a2e29274fcdd0;hb=8f40c87f9db239685a174ffc526cb91f0c76ee97;hp=a57e57323d7a3a5b6079a0eb061656d7d34be294;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/longvars.sh b/tests/command/longvars.sh index a57e57323d..acd0de21bc 100755 --- a/tests/command/longvars.sh +++ b/tests/command/longvars.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`