Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / val-labs-trailing-slash.sh
index 7388caaa2466f296c2b0dcf5b588accf33c40a07..d552041e8980bbf3d96bc0ef299c8106e7ce00c5 100755 (executable)
@@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass