t5302: avoid using tail -c
authorJunio C Hamano <junkio@cox.net>
Tue, 24 Apr 2007 05:05:22 +0000 (22:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 24 Apr 2007 05:05:22 +0000 (22:05 -0700)
A Large Angry SCM (gitzilla) noticed that on an unnamed platform, tail -c
wants its byte count as part of the option, not as a separate argument.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found