X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fdo-if.sh;h=f55bcdae2911278f8e3b5a34ba2cb1b171fd821c;hb=608b1765241e7c6f9bd5e86a8f81cf15edeb413b;hp=8d2dcdae12e21653ae49bf72d725a1731f8f7795;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/do-if.sh b/tests/command/do-if.sh index 8d2dcdae12..f55bcdae29 100755 --- a/tests/command/do-if.sh +++ b/tests/command/do-if.sh @@ -8,7 +8,7 @@ TEMPDIR=/tmp/pspp-tst-$$ 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`