Update useless test case.

This commit is contained in:
Jorge Bucaran 2016-03-31 03:33:25 +09:00 committed by Jorge Bucaran
parent 2b031dd0bc
commit 21189fe712

View file

@ -39,10 +39,6 @@ test "$TESTNAME - Display usage help"
(fisher | sed 1q) = "Usage: fisher <command> [<options>] [--help] [--version]"
end
test "$TESTNAME - Display basic information help info about 'help'"
(fisher | tail -n2 | xargs) = "Use fisher help <command> to get help."
end
test "$TESTNAME - Display basic information about available commands"
(fisher | sed -E 's/^[ ]+//' | grep "^$mock_command")
end