RENAME VARIABLES: Convert tests to Autotest framework.
[pspp-builds.git] / tests / command / regression.sh
index 4ff48e51f28bf56928b00f46880910e0eabe2d5b..360115f2e400fe6d5b6300e9725a5058ce778d16 100755 (executable)
@@ -9,7 +9,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`