Initial implementation of the Kruskal-Wallis test.
[pspp-builds.git] / tests / output / paper-size.sh
index 5ff5d4144d995c3b458c33353a0fc5e7507ae63a..e308abc47b5d0e6b1c18f95c2dc1c1b4de83987d 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`