X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Finput-program.sh;h=dd881e7b0f28bae1a9be4c3fd515bdea29d2e2e8;hb=7d34380bb2fddca820a6f414564738cc2f70afc9;hp=0740128667d633ab11316a3ebe47d56d3d4412ef;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/input-program.sh b/tests/command/input-program.sh index 0740128667..dd881e7b0f 100755 --- a/tests/command/input-program.sh +++ b/tests/command/input-program.sh @@ -9,7 +9,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`