diff tests/test-eol-hook.t @ 13519:43b3b761d9d1

tests: don't overwrite HGRCPATH Overwriting instead of appending to the file removes the [defaults] section put into the file by run-tests.py. It also defeats the --inotify option to run-tests.py. (Nothing was broken yet, but the lack of -d "0 0" cause changeset hashes to change unexpectedly in a test case I was editing.)
author Martin Geisler <mg@aragost.com>
date Tue, 01 Mar 2011 17:01:17 +0100
parents 50b825c1adb1
children c1629963158a
line wrap: on
line diff
--- a/tests/test-eol-hook.t	Wed Mar 02 13:24:48 2011 +0100
+++ b/tests/test-eol-hook.t	Tue Mar 01 17:01:17 2011 +0100
@@ -1,6 +1,6 @@
 Test the EOL hook
 
-  $ cat > $HGRCPATH <<EOF
+  $ cat >> $HGRCPATH <<EOF
   > [diff]
   > git = True
   > EOF