From 810e407c9e75babf6ba8e531b1e0fceeb5bc6ac8 Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 25 Jan 2016 17:21:20 -0800 Subject: [PATCH] Fix copy/paste typos in help.bats. --- test/help.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/help.bats b/test/help.bats index 5d72d7e..e12bcf4 100644 --- a/test/help.bats +++ b/test/help.bats @@ -23,17 +23,17 @@ export _HELP_HEADER [[ $(IFS=$'\n'; echo "${lines[*]:0:5}") == "$_HELP_HEADER" ]] } -@test "\`notes -h\` prints default help." { +@test "\`hosts -h\` prints default help." { run "$_HOSTS" -h [[ $(IFS=$'\n'; echo "${lines[*]:0:5}") == "$_HELP_HEADER" ]] } -@test "\`notes --help\` prints default help." { +@test "\`hosts --help\` prints default help." { run "$_HOSTS" --help [[ $(IFS=$'\n'; echo "${lines[*]:0:5}") == "$_HELP_HEADER" ]] } -@test "\`notes help help\` prints \`help\` subcommand usage." { +@test "\`hosts help help\` prints \`help\` subcommand usage." { run "$_HOSTS" help help _expected="$( cat <