Committed patch #5524, which allows the message destination to be
[pspp] / tests / command / erase.sh
index 8b06c42c8f62bf348bee3e55a0b6ee2b0ef7a1ee..bbb094e14e0ad16e49ac8402645335f1329f0c97 100755 (executable)
@@ -77,7 +77,7 @@ if [ ! -f $TEMPDIR/foobar ] ; then fail ; fi
 
 # This command must fail
 activity="run prog 1"
-$SUPERVISOR $PSPP $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -e /dev/null $TESTFILE 
 if [ $? -eq 0 ] ; then fail ; fi