"Fix" PR 13021 by disabling FILE TYPE.
[pspp] / tests / expressions / epoch.sh
index b1efb5bb4db2a40e241c3ae04d40d2f1257fa74f..a95f2216b341636489b532f3331158b1a3f9e305 100755 (executable)
@@ -133,7 +133,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp $TEMPDIR/epoch.stat > $TEMPDIR/epoch.err 2> $TEMPDIR/epoch.out
+$SUPERVISOR $here/../src/pspp --testing-mode $TEMPDIR/epoch.stat > $TEMPDIR/epoch.err 2> $TEMPDIR/epoch.out
 
 activity="compare results"
 diff -b -B $TEMPDIR/epoch.out - <<EOF