]> gitweb.michael.orlitzky.com - hath.git/commitdiff
Bulletproof the test suite and examples; version bump the cabal file. 0.2.3
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Feb 2015 03:28:33 +0000 (22:28 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Feb 2015 03:28:33 +0000 (22:28 -0500)
The examples in the man page used the "<<<" syntax which is specific
to bash. Now "echo 'foo' | hath ..." is used, and that should work in
any shell. The shelltest suite was updated to use the same.

The two ShellTests(Net) modules were also updated to run the
shelltests with an empty environment. This allowed the --color=never
argument to be removed from the tests themselves, since $GREP_OPTIONS
can't be populated.


No differences found