summaryrefslogtreecommitdiff
path: root/test/lib-blacklist-test.sh
AgeCommit message (Collapse)Author
2014-10-01blacklist test: clean upLuke Shumaker
2014-02-02test: `! true` doesn't trip `set -e`, do subshell magicLuke Shumaker
2013-11-02test: set LC_ALL instead of LANGLuke Shumaker
2013-10-26test: blacklist: shorten a couple of test namesLuke Shumaker
2013-09-30test-common.sh: add an empty() routine to check if a file is empty, use itLuke Shumaker
2013-09-12test: tidy up, make everything use test-common.shLuke Shumaker
2013-09-11libreblacklist: Fix a bug in the -h flag, adjust the unit test to catch it.Luke Shumaker
2013-09-11test: set LANG=C when parsing the outputLuke Shumaker
2013-06-08libreblacklist: fix a few bugsLuke Shumaker
- set -e didn't work in blacklist-update when followed by || - it prompted before overwriting the local blacklist
2013-06-05Add tests for the libreblacklist help system, make them pass.Luke Shumaker
2013-06-05Fix 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-05reorganize the tests a bitLuke Shumaker