X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fbeg-data.sh;h=972b990be03b8e3ff8d20ba06529959dec70b2dd;hb=16740853761dfa37e1dc673edb8157930e22b08d;hp=45752fc7a71ac46efe3fe3d445101745b1281d9c;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp-builds.git diff --git a/tests/command/beg-data.sh b/tests/command/beg-data.sh index 45752fc7..972b990b 100755 --- a/tests/command/beg-data.sh +++ b/tests/command/beg-data.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`