Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t4020: don't use grep -a | Jeff King | 2008-03-13 | 1 | -0/+0 |
Solaris /usr/bin/grep doesn't understand "-a". In this case we can just include the expected output with the test, which is a better test anyway. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com> |