Eliminated global variable current_dataset.
[pspp-builds.git] / tests / bugs / lag_crash.sh
index 0ed8e07707fec5c6832643b11907e442eb86ab26..ae3c3748a34e069846326eb485e5477c553befc4 100755 (executable)
@@ -70,7 +70,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run_program"
-$SUPERVISOR $PSPP $TESTFILE > /dev/null
+$SUPERVISOR $PSPP $TESTFILE 
 if [ $? -ne 0 ] ; then fail ; fi