test-issue2137: don't use $PWD; use `pwd` instead stable
authorMads Kiilerich <mads@kiilerich.com>
Sat, 01 May 2010 19:24:51 +0200
branchstable
changeset 11072 6bbe4886740e
parent 11071 2376b4cc52d8
child 11073 ee5b112aa529
test-issue2137: don't use $PWD; use `pwd` instead This fixes test failure on Solaris, as described on http://mercurial.selenic.com/wiki/WritingTests
tests/test-issue2137
--- 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