X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcommand%2Foneway.sh;h=9902a63100877b286e0b4b2884f69bac047a11c2;hb=74f75bb15d5e8184716c255edfb7dd9bc446b7e8;hp=cb7fb79b1447744ad09b021a13dbfb5ff7f9eff7;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/tests/command/oneway.sh b/tests/command/oneway.sh index cb7fb79b14..9902a63100 100755 --- a/tests/command/oneway.sh +++ b/tests/command/oneway.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`