X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fweight.sh;h=e10520934d05bdc201fc8c1200eb2e799f75ee42;hb=b7994155882996ee11fb1b6b044c429b0d2f8a44;hp=107f3aac1956039bacdafbb9a364fce93f82406d;hpb=f229deb221f9de45a7368070e188c53eba0662b9;p=pspp-builds.git diff --git a/tests/command/weight.sh b/tests/command/weight.sh index 107f3aac..e1052093 100755 --- a/tests/command/weight.sh +++ b/tests/command/weight.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`