comparison tests/test-hgrc.t @ 16911:39d38f16a3f7

tests: cleanup of tests that ended up outside $TESTTMP No harm done, but it might confuse later on.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 11 Jun 2012 01:08:39 +0200
parents 65f7e986a0d0
children 73d20de5f30b
comparison
equal deleted inserted replaced
16910:ad229181ddbe 16911:39d38f16a3f7
115 abort: only one config item permitted 115 abort: only one config item permitted
116 [255] 116 [255]
117 117
118 HGPLAIN 118 HGPLAIN
119 119
120 $ cd ..
121 $ p=`pwd` 120 $ p=`pwd`
122 $ echo "[ui]" > $HGRC 121 $ echo "[ui]" > $HGRC
123 $ echo "debug=true" >> $HGRC 122 $ echo "debug=true" >> $HGRC
124 $ echo "fallbackencoding=ASCII" >> $HGRC 123 $ echo "fallbackencoding=ASCII" >> $HGRC
125 $ echo "quiet=true" >> $HGRC 124 $ echo "quiet=true" >> $HGRC