[PATCH] Test case portability fix.
authorMark Allen <mrallen1@yahoo.com>
Thu, 26 May 2005 02:11:31 +0000 (19:11 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 02:37:10 +0000 (19:37 -0700)
commit368da62598b30a521970866327ce493e34f7f590
tree5bf62fbb926ae751c9320c1371f34499f45e027b
parentbd1e17e245153fdc75feaaf5e556b922d98ca699
[PATCH] Test case portability fix.

This is the remainder of testcase fix by Mark Allen to make them
work on his Darwin box.  I was using "xargs -r" (GNU) where it
was not needed, sed -ne '/^\(author\|committer\)/s|>.*|>|p'
where some sed does not know what to do with '\|', and also
"cmp - file" to compare standard input with a file, which his
cmp does not support.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
t/t0000-basic.sh
t/t0110-environment-names-old.sh