X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fcount.sh;h=aafd59a3b143bb2fb2b0e6166988cb7195fdbf8f;hb=21fb7a8d5db50ca2a902e0f1d1bfd96fdac69031;hp=bba7d06268a6cad26d0a9a5545164bef358ab124;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp-builds.git diff --git a/tests/command/count.sh b/tests/command/count.sh index bba7d062..aafd59a3 100755 --- a/tests/command/count.sh +++ b/tests/command/count.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`