Cleaned up GUI, by objectifying the data editor. Removed a number of global variables.
[pspp] / tests / bugs / agg_crash.sh
index ec202db769a6b01fc1b7898585d66d75cd3281dc..469cde7cf4dec57c7eeb5e4eabd8e131c5eb0de9 100755 (executable)
@@ -72,7 +72,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 # So this will have a non zero error status.
 # But it shouldn't crash!
 activity="run_program"
-$SUPERVISOR $PSPP $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi