1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-02 14:30:50 +00:00

Fix 'enable' test names where needed.

This commit is contained in:
William Melody 2018-08-14 11:29:31 -07:00
parent 197ab087e6
commit 14bfc65821

View File

@ -94,7 +94,7 @@ load test_helper
[[ "$(sed -n '13p' "${HOSTS_PATH}")" == "#disabled: 127.0.0.2 example.com" ]]
}
@test "\`disable <ip>\` prints feedback." {
@test "\`enable <ip>\` prints feedback." {
{
run "${_HOSTS}" add 0.0.0.0 example.com
run "${_HOSTS}" add 0.0.0.0 example.net
@ -174,7 +174,7 @@ load test_helper
[[ "$(sed -n '13p' "${HOSTS_PATH}")" == "127.0.0.2 example.com" ]]
}
@test "\`disable <hostname>\` prints feedback." {
@test "\`enable <hostname>\` prints feedback." {
{
run "${_HOSTS}" add 0.0.0.0 example.com
run "${_HOSTS}" add 0.0.0.0 example.net