Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / bugs / html-frequency.sh
index 789fe32c74766ade1f606d060375ce049ba50858..370371f370d2419ae5d6be0e07f31696892977c1 100755 (executable)
@@ -12,7 +12,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
 cd $top_srcdir ; top_srcdir=`pwd`