X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffilter.sh;h=df331dabb482239a82e1c0221dc80fb9587f5cf9;hb=8f40c87f9db239685a174ffc526cb91f0c76ee97;hp=13704791e19dafa5aba16ea5f2fa5f590cc595e9;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/tests/command/filter.sh b/tests/command/filter.sh index 13704791e1..df331dabb4 100755 --- a/tests/command/filter.sh +++ b/tests/command/filter.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`