X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fcommand%2Ffile-label.sh;h=48d8739bf61dbd1bd75eac1cd86334d792213c72;hb=8021cf8974a46fe82af7b8952e448c0ea6858a48;hp=0d3500eb8dd4d6a67ee4f495705a8396c4fcd710;hpb=733a7755a474053cbf3221e1f182012f8ed51720;p=pspp-builds.git diff --git a/tests/command/file-label.sh b/tests/command/file-label.sh index 0d3500eb..48d8739b 100755 --- a/tests/command/file-label.sh +++ b/tests/command/file-label.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This program tests the FILE LABEL and DOCUMENT commands +# This program tests the FILE LABEL and DOCUMENT, and ADD DOCUMENT commands TEMPDIR=/tmp/pspp-tst-$$ TESTFILE=$TEMPDIR/`basename $0`.sps @@ -74,13 +74,16 @@ add value labels x 1 'first label mark two'. /* Add a file label and a few documents. file label This is a test file label. document First line of a document -This is the second very long line of a document in an attempt to overflow the input buffer with a really long line -Note that the last line should end with a period: . +Second line of a document +The last line should end with a period: . + /* Display the documents. display documents. display file label. +ADD DOCUMENT 'Line one' 'Line two'. + /* Save the active file then get it and display the documents again. save /OUTFILE='foo.save'. get /FILE='foo.save'. @@ -117,7 +120,7 @@ if [ $? -ne 0 ] ; then no_result ; fi # We need to filter out the dates/times activity="date filter" -grep -v 'Document entered' $TEMPDIR/pspp.list > $TEMPDIR/pspp.filtered +grep -v '[Ee]ntered' $TEMPDIR/pspp.list > $TEMPDIR/pspp.filtered if [ $? -ne 0 ] ; then no_result ; fi @@ -132,27 +135,33 @@ diff -b $TEMPDIR/pspp.filtered - <