]> git.notmuchmail.org Git - notmuch/commit
test: new test-lib function to test for equality between files
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 26 May 2011 01:01:14 +0000 (18:01 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 23:18:57 +0000 (16:18 -0700)
commitb596fbbcd30c82a6487231f01ba1e4d68bd98275
tree9d97540362ebf16c083c3be5b27cc0291146fe98
parentd92146d3a6809f8ad940302af49cd99a0820665e
test: new test-lib function to test for equality between files

We need to be able to test for the presence of a newline at the end of
output.  There's no good way to capture trailing newlines in bash, so
redirecting output to a file is the next best thing.  This new
function should be used when testing for output that is expected to
have trailing newlines.

The next commit will demonstrate the use of this.
test/test-lib.sh