diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 16:33:05 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-12 11:26:41 -0400 |
commit | eeba3ea0411078424d8f0d127d792618c2a929d3 (patch) | |
tree | 6d69d70e09c64eed4f95c461823e1af2fa1c99bd /test/lib-blacklist-test.sh | |
parent | bd2b16fbbe43e5d879ee85da7259bdd649e4394e (diff) |
test: tidy up, make everything use test-common.sh
Diffstat (limited to 'test/lib-blacklist-test.sh')
-rw-r--r-- | test/lib-blacklist-test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib-blacklist-test.sh b/test/lib-blacklist-test.sh index 0083242..c496167 100644 --- a/test/lib-blacklist-test.sh +++ b/test/lib-blacklist-test.sh @@ -130,5 +130,3 @@ it_displays_help_when_given_h_cat() { [[ "$(sed 1q $tmpdir/stdout)" == 'Usage: libreblacklist cat' ]] [[ -z "$(cat $tmpdir/stderr)" ]] } - -# TODO: test blacklist-update, but I don't want tests to use network |