Add $EXEEXT to names of binaries executed in tests.
[pspp] / tests / expressions / expressions.sh
index 49ad4f7d51e55f0fd84579b7a85a3836424ac2bc..9e2cea261e68bfa5fa8b0a6260804325506cdfbe 100755 (executable)
@@ -8,7 +8,7 @@ TEMPDIR=/tmp/pspp-tst-$$
 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`