fetch-pack: test cases for the new --stdin option
commitb2a9f4da645365d20ffac85cf2a6b0898258fcdc
authorIvan Todoroski <grnch@gmx.net>
Mon, 2 Apr 2012 15:16:24 +0000 (2 17:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Apr 2012 21:49:18 +0000 (10 14:49 -0700)
treef88deed0d46133f3ea81d0ef0166e2f7d079d311
parent8150749da19a3e17623fc40320454afe89e04ca4
fetch-pack: test cases for the new --stdin option

These test cases focus only on testing the parsing of refs on stdin,
without bothering with the rest of the fetch-pack machinery. We pass in
the refs using different combinations of command line and stdin and then
we watch fetch-pack's stdout to see whether it prints all the refs we
specified (but we ignore their order).

Signed-off-by: Ivan Todoroski <grnch@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5500-fetch-pack.sh