Do not rely on user to specify all variables in VARIABLE subcommand. Fixes bug 30389.
[pspp] / tests / command / add-files.sh
index f0542c0b005e90d7af31cd09af2d1f6541dda58c..4cba8ceb4ff71cb0b999630deb635acc1ff988a3 100755 (executable)
@@ -10,7 +10,7 @@ TESTFILE=$TEMPDIR/add-files.pspp
 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`
@@ -186,7 +186,7 @@ EOF
        if [ $? -ne 0 ] ; then no_result ; fi
 
        activity="run $name.pspp"
-       $SUPERVISOR $PSPP --testing-mode $name.pspp 
+       $SUPERVISOR $PSPP -o pspp.csv $name.pspp 
        if [ $? -ne 0 ] ; then no_result ; fi
 
        activity="check $name output"