Update useless test case.

This commit is contained in:
Jorge Bucaran 2016-03-31 03:33:25 +09:00
parent 5659c469b0
commit c5c1361120

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