From fe48444f1d1f2eadbaabf14fc331ce6b28c74cce Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 26 Oct 2013 17:16:57 -0400 Subject: test: blacklist: shorten a couple of test names --- test/lib-blacklist-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/lib-blacklist-test.sh b/test/lib-blacklist-test.sh index c77e5ea..be54b47 100644 --- a/test/lib-blacklist-test.sh +++ b/test/lib-blacklist-test.sh @@ -45,7 +45,7 @@ it_works_with_colons_in_reason() { v="$(libreblacklist get-reason <<<"$line")"; [[ $v == 'my:reason' ]] } -it_fails_update_when_there_is_no_blacklist_or_network() { +it_fails_update_with_no_blacklist_or_network() { mkdir -p $XDG_CONFIG_HOME/libretools echo "BLACKLIST='phony://example.com'" >$XDG_CONFIG_HOME/libretools/libretools.conf @@ -56,7 +56,7 @@ it_fails_update_when_there_is_no_blacklist_or_network() { ! empty $tmpdir/stderr } -it_fails_cat_when_there_is_no_blacklist_or_network() { +it_fails_cat_with_no_blacklist_or_network() { mkdir -p $XDG_CONFIG_HOME/libretools echo "BLACKLIST='phony://example.com'" >$XDG_CONFIG_HOME/libretools/libretools.conf -- cgit v1.2.2