From 80e9fa38b703b3825eba1a32299884ff943ae556 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 1 Jun 2013 15:37:38 -0600 Subject: Add tests for the libreblacklist help system, make them pass. --- src/lib/libreblacklist | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/lib/libreblacklist') diff --git a/src/lib/libreblacklist b/src/lib/libreblacklist index 6876a2b..1d73d2f 100755 --- a/src/lib/libreblacklist +++ b/src/lib/libreblacklist @@ -25,7 +25,7 @@ blacklist-normalize() { } # Usage: blacklist-cat -# Prints the blacklist +# Prints the blacklist. # Uses the chache, but downloads it if it doesn't exist. Also normalizes the # blacklist for easier parsing. blacklist-cat() { @@ -127,6 +127,11 @@ if [[ "${0##*/}" == libreblacklist ]]; then done fi } + + if [[ $# == 0 ]]; then + usage >/dev/stderr + exit 1 + fi _blacklist_cmd=$1 shift if [[ $_blacklist_cmd == -h ]]; then -- cgit v1.2.2