Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / command / print.sh
index 4a0527588de2cb321887549d094b5927433e6cbb..96636eb13f6c64d5b659ada14a17a944f6ad4244 100755 (executable)
@@ -24,7 +24,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`