Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-01 | blacklist test: clean up | Luke Shumaker | |
2014-02-02 | test: `! true` doesn't trip `set -e`, do subshell magic | Luke Shumaker | |
2013-11-02 | test: set LC_ALL instead of LANG | Luke Shumaker | |
2013-10-26 | test: blacklist: shorten a couple of test names | Luke Shumaker | |
2013-09-30 | test-common.sh: add an empty() routine to check if a file is empty, use it | Luke Shumaker | |
2013-09-12 | test: tidy up, make everything use test-common.sh | Luke Shumaker | |
2013-09-11 | libreblacklist: Fix a bug in the -h flag, adjust the unit test to catch it. | Luke Shumaker | |
2013-09-11 | test: set LANG=C when parsing the output | Luke Shumaker | |
2013-06-08 | libreblacklist: fix a few bugs | Luke Shumaker | |
- set -e didn't work in blacklist-update when followed by || - it prompted before overwriting the local blacklist | |||
2013-06-05 | Add tests for the libreblacklist help system, make them pass. | Luke Shumaker | |
2013-06-05 | Fix tests for networks that have a host on them named "phony". | Luke Shumaker | |
I was using "http://phony" as a URL that would fail to be retrieved. Well, I'm currently on a network (Chick-fil-A Wifi) that returns a web search for unknown hostnames. So, now I use "phony://example.com". | |||
2013-06-05 | reorganize the tests a bit | Luke Shumaker | |