tests/test-churn
changeset 6449 78a17b77c5e7
parent 6348 f8feaa665319
child 7070 2627ef59195d
--- a/tests/test-churn	Wed Apr 02 14:03:16 2008 +0200
+++ b/tests/test-churn	Wed Apr 02 08:56:38 2008 -0700
@@ -3,6 +3,8 @@
 echo "[extensions]" >> $HGRCPATH
 echo "churn=" >> $HGRCPATH
 
+COLUMNS=80; export COLUMNS
+
 echo % create test repository
 hg init repo
 cd repo