X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Ffile-label.sh;h=a275f2957bbe2207a8bbae73e8d81cfa6f8a07bb;hb=434f8a8d398f49268befdc2f7ad8652e0aeac658;hp=e6211b4d4b8090189628ddd8c11e6fcc4de98122;hpb=af4066391f20365e210460a736b1b02efe194da6;p=pspp diff --git a/tests/command/file-label.sh b/tests/command/file-label.sh index e6211b4d4b..a275f2957b 100755 --- a/tests/command/file-label.sh +++ b/tests/command/file-label.sh @@ -119,54 +119,98 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi # We need to filter out the dates/times activity="date filter" -grep -v '[Ee]ntered' $TEMPDIR/pspp.list > $TEMPDIR/pspp.filtered +sed 's/(Entered [^)]*)/(Entered )/' $TEMPDIR/pspp.csv > $TEMPDIR/pspp.filtered if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.filtered -diff -b $TEMPDIR/pspp.filtered - <) + File label: + This is a test file label + Documents in the active file: + document First line of a document + Second line of a document + The last line should end with a period: . + +(Entered ) + Line one + Line two + +(Entered ) + File label: + This is a test file label + Documents in the active file: + document First line of a document + Second line of a document + The last line should end with a period: . + +(Entered ) + Line one + Line two + +(Entered ) + document There should be another document now. + +(Entered ) + Documents in the active file: + document First line of a document + Second line of a document + The last line should end with a period: . + +(Entered ) + Line one + Line two + +(Entered ) + document There should be another document now. + +(Entered ) + File label: + This is a test file label EOF if [ $? -ne 0 ] ; then fail ; fi