X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fvery-long-strings.sh;h=2cc9e0ef9927a42a985d7fc033f1af82250e74a0;hb=c246143823df29e9ce4c5115c647a47954dea883;hp=23bb85f216ecca949e73841d059be3f8753097dd;hpb=cbdfa35f7fb46948d1ee8aee7b7438cf1a5fd44c;p=pspp diff --git a/tests/command/very-long-strings.sh b/tests/command/very-long-strings.sh index 23bb85f216..2cc9e0ef99 100755 --- a/tests/command/very-long-strings.sh +++ b/tests/command/very-long-strings.sh @@ -71,10 +71,11 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program 0" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE > /dev/null +$SUPERVISOR $PSPP --testing-mode -o raw-ascii -e /dev/null $TESTFILE if [ $? -ne 0 ] ; then fail ; fi activity="compare variable display 0" +perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list diff $TEMPDIR/pspp.list - <