Update useless test case.

This commit is contained in:
Jorge Bucaran 2016-03-31 03:33:25 +09:00
parent f614a20120
commit ce8c116b9a
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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