Add missing `list` call in 'test/list.bats'.

This commit is contained in:
William Melody 2017-03-01 12:47:49 -08:00
parent 73ffcffb38
commit b166d1b2ea
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Disabled:
run "${_HOSTS}" disable example.com
}
run "${_HOSTS}" disabled
run "${_HOSTS}" list disabled
printf "\${status}: %s\n" "${status}"
printf "\${output}: '%s'\n" "${output}"
[[ ${status} -eq 0 ]]