]> diplodocus.org Git - nmh/commitdiff
Use cmp(1) to compare acheieved and expected test results.
authorLyndon Nerenberg <lyndon@minisun.(none)>
Thu, 31 Jan 2013 11:56:55 +0000 (03:56 -0800)
committerLyndon Nerenberg <lyndon@minisun.(none)>
Thu, 31 Jan 2013 11:56:55 +0000 (03:56 -0800)
'diff -c' on Solaris 11 generate a spurious 'No differences encountered'
message (on stdout, no less!) when the compared files are identical. This
changes the test logic to compare with 'cmp -s', and then perform a
'diff -c' if the results don't match expectations.


No differences found