test-
issue2137: don't use $PWD; use `pwd` instead
This fixes test failure on Solaris, as described on
http://mercurial.selenic.com/wiki/WritingTests
--- a/tests/test-issue2137 Sat May 01 19:24:49 2010 +0200
+++ b/tests/test-issue2137 Sat May 01 19:24:51 2010 +0200
@@ -28,7 +28,7 @@
cat >> $HGRCPATH <<EOF
[extensions]
-commitwrapper = $PWD/commitwrapper.py
+commitwrapper = `pwd`/commitwrapper.py
EOF
hg init repo1