X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fformats%2Ftime-out.sh;h=cebb13c52d62db6b13c538f22de5ee1da8df47df;hb=425d780e0e2cc08c58722145df4d3dd808f01d48;hp=ed2f36dfc98806b772aeac5572627dfa44c02426;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/formats/time-out.sh b/tests/formats/time-out.sh index ed2f36dfc9..cebb13c52d 100755 --- a/tests/formats/time-out.sh +++ b/tests/formats/time-out.sh @@ -8,7 +8,7 @@ trap 'cd /; rm -rf $TEMPDIR' 0 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`