Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / stats / percentiles-enhanced.sh
index 9ee5a8c9b7d084a74055e099afc61a97e457db5f..f3db94b72f1923d9bb35fc5dfa2e3cb30f8630e2 100755 (executable)
@@ -9,7 +9,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`