Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / stats / descript-basic.sh
index a1f4a64e6aaf18d52fae489164f38f56e1c250c1..1193abf066d2fb8528bb14d4779e56359275dc9a 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`