]> gitweb.michael.orlitzky.com - haeredes.git/commit
Sort output to fix random breakage in the test suite.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 03:33:36 +0000 (22:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 03:33:36 +0000 (22:33 -0500)
commitfdf3555b3e8a1f937172baa691ca219b0e54a35f
tree25b8ab641d186d72882b4e47338bcb81f89545bc
parent17ba831ab16a247854a6ce627125bcb541b1ea09
Sort output to fix random breakage in the test suite.

The results that we get back from DNS are returned in an arbitrary
order. Technically that's fine, because all we want to see is the
set-difference between the actual/expected results. However, it breaks
our test suite which needs to know what certain examples will
output. This commit sorts the results, so that the output is a little
bit more deterministic (subject to network issues and changes).
doc/man1/haeredes.1
src/Main.hs
test/shell/manpage-no-append-root.test