Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / bugs / big-input-2.sh
index b0da13bbf3a0af4075e27f87e4ba1ee51e2c2585..e1eec635c3b872bd444e7dd9ccfa49dfd4f92d22 100755 (executable)
@@ -13,7 +13,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`