changeset 11072:6bbe4886740e stable

test-issue2137: don't use $PWD; use `pwd` instead This fixes test failure on Solaris, as described on http://mercurial.selenic.com/wiki/WritingTests
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 01 May 2010 19:24:51 +0200
parents 2376b4cc52d8
children ee5b112aa529
files tests/test-issue2137
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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