Am 3/27/2012 7:10, schrieb Zbigniew Jędrzejewski-Szmek:
quoted hunk ↗ jump to hunk
diff --git a/t/t4052-stat-output.sh b/t/t4052-stat-output.sh
index 328aa8f..1f47f1d 100755
--- a/t/t4052-stat-output.sh
+++ b/t/t4052-stat-output.sh
@@ -17,6 +17,7 @@ test_expect_success 'preparation' '
git commit -m message &&
echo a >"$name" &&
git commit -m message "$name"
+ sane_unset COLUMNS
'
Watch out, the && chain is broken here.
-- Hannes