author | Brian Gernhardt <benji@silverinsanity.com> | |
Wed, 4 Apr 2007 19:39:05 +0000 (15:39 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 4 Apr 2007 20:11:33 +0000 (13:11 -0700) | ||
commit | 364b8523529163ffeeb71521239a18ac1f550512 | |
tree | cf4c9d591b4b43c33e0e4ef0ab3ea982a42460fd | tree | snapshot |
parent | 89815cab95268e8f0f58142b848ac4cd5e9cbdcb | commit | diff |
Fix t4200-rerere for white-space from "wc -l"
On OS X, wc outputs 6 spaces before the number of lines, so the test
expecting the string "10" failed. Do not quote $cmd to strip away
the problematic whitespace as other tests do.
Also fix the grammar of the test name while making changes to it.
There's only one preimage, so it's "has", not "have".
Signed-off-by: Junio C Hamano <junkio@cox.net>
On OS X, wc outputs 6 spaces before the number of lines, so the test
expecting the string "10" failed. Do not quote $cmd to strip away
the problematic whitespace as other tests do.
Also fix the grammar of the test name while making changes to it.
There's only one preimage, so it's "has", not "have".
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t4200-rerere.sh | diff | blob | history |