t9002: work around shells that are unable to set COLUMNS to 1
commitf78b1c5f8237d68fffe7c04d22bf93f2ad0bc730
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 27 Apr 2012 09:25:25 +0000 (27 11:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Apr 2012 16:26:38 +0000 (27 09:26 -0700)
tree62af8e8a9c23c5813cf25ee5b32d2ce49edb471c
parent077539d734cdc4b0a3d2ea87fc487fa5c21d0311
t9002: work around shells that are unable to set COLUMNS to 1

In t9002-column.sh, file with expected output was shared between two
test cases, but set in the first one. Since the first test case can
now be skipped, setting up the expected output is moved outside of the
test case.

Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9002-column.sh