summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-26 17:16:57 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-26 17:18:17 -0400
commitfe48444f1d1f2eadbaabf14fc331ce6b28c74cce (patch)
tree855581deb7229033bb8398927f1d3a7869fd154d
parent23faa9361d79d1d88754a1e1e5aa9f040b34545c (diff)
test: blacklist: shorten a couple of test names
-rw-r--r--test/lib-blacklist-test.sh4
1 files changed, 2 insertions, 2 deletions
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