##// END OF EJS Templates
tests: don't drop global hgrc...
Gregory Szorc -
r37436:afd7b0af default
parent child Browse files
Show More
@@ -284,7 +284,8 b' Test templates and style maps in files:'
284
284
285 so it can be included in hgrc
285 so it can be included in hgrc
286
286
287 $ cat <<'EOF' > myhgrc
287 $ cat <<EOF > myhgrc
288 > %include $HGRCPATH
288 > %include map-simple
289 > %include map-simple
289 > [templates]
290 > [templates]
290 > foo = "{changeset}"
291 > foo = "{changeset}"
@@ -114,10 +114,7 b' HTTP without args-in-POST:'
114
114
115 HTTP without the httpheader capability:
115 HTTP without the httpheader capability:
116
116
117 $ HGRCPATH="`pwd`/repo/.hgrc"
117 $ CAP=httpheader . "$TESTDIR/notcapable"
118 $ export HGRCPATH
119 $ CAP=httpheader
120 $ . "$TESTDIR/notcapable"
121
118
122 $ hg serve -R repo -p $HGPORT2 -d --pid-file=hg2.pid -E error2.log -A access2.log
119 $ hg serve -R repo -p $HGPORT2 -d --pid-file=hg2.pid -E error2.log -A access2.log
123 $ cat hg2.pid >> $DAEMON_PIDS
120 $ cat hg2.pid >> $DAEMON_PIDS
General Comments 0
You need to be logged in to leave comments. Login now