Perl Module: Add prototypes keyword to XS definition
[pspp-builds.git] / tests / command / update.sh
index 92615a641b36fd2c507a2b7b924983ad4b19f587..074776cbcc12e7b79eb11153a3e451dee5de9e16 100755 (executable)
@@ -10,7 +10,7 @@ TESTFILE=$TEMPDIR/update.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`
@@ -155,7 +155,7 @@ EOF
 
     activity="run $name.pspp"
     rm -f errors
-    $SUPERVISOR $PSPP --testing-mode --error-file=errors $name.pspp
+    $SUPERVISOR $PSPP -o pspp.csv --error-file=errors $name.pspp
     if [ $? -ne 0 ] ; then no_result ; fi
 
     activity="check $name output"