tests: Convert FILE HANDLE tests to use Autotest.
[pspp-builds.git] / tests / command / filter.sh
index 13704791e19dafa5aba16ea5f2fa5f590cc595e9..df331dabb482239a82e1c0221dc80fb9587f5cf9 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`