i18n: Lightly reformat comments to better resemble other files.
[pspp] / tests / formats / time-out.sh
index c110b966a9668f64b51d69f617d6e0c2610e94f7..cebb13c52d62db6b13c538f22de5ee1da8df47df 100755 (executable)
@@ -8,7 +8,7 @@ trap 'cd /; rm -rf $TEMPDIR' 0
 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`
@@ -313,7 +313,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode time-out.pspp
+$SUPERVISOR $PSPP -o pspp.csv time-out.pspp
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"