data-in: Convert BCD input tests to Autotest framework.
[pspp-builds.git] / tests / formats / binhex-out.sh
index caffb03b1a1073236a75549ef7c1e918504da8d0..04e0cdc065c9f2757c3a8aa0c9fab62f32c267d2 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`
@@ -154,7 +154,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode binhex-out.pspp
+$SUPERVISOR $PSPP -o pspp.csv binhex-out.pspp
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="gunzip expected results"