X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fval-labs.sh;h=7fd457b970693bea9e8bb6559fd6b8326921ee6d;hb=2e6cffa44ef5e995139abb9310c9df7fa1795cad;hp=1f07ca6d37adc88cab27c0fbea2b2ab90f6832c1;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/bugs/val-labs.sh b/tests/bugs/val-labs.sh index 1f07ca6d37..7fd457b970 100755 --- a/tests/bugs/val-labs.sh +++ b/tests/bugs/val-labs.sh @@ -11,7 +11,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`