diff tests/test-convert-cvs @ 10276:6109a02c682b

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Fri, 22 Jan 2010 17:15:58 +0100
parents 69ce7a10e593
children b4b16e90712f
line wrap: on
line diff
--- a/tests/test-convert-cvs	Thu Jan 21 13:26:26 2010 +0100
+++ b/tests/test-convert-cvs	Fri Jan 22 17:15:58 2010 +0100
@@ -23,7 +23,7 @@
 def cvschangesets(ui,repo,hooktype,changesets):
     print "%s hook: %d changesets"%(hooktype,len(changesets))
 EOF
-hookpath=$PWD
+hookpath=`pwd`
 
 echo "[hooks]" >> $HGRCPATH
 echo "cvslog=python:$hookpath/cvshooks.py:cvslog" >> $HGRCPATH
@@ -32,7 +32,7 @@
 echo % create cvs repository
 mkdir cvsrepo
 cd cvsrepo
-CVSROOT=$PWD
+CVSROOT=`pwd`
 export CVSROOT
 CVS_OPTIONS=-f
 export CVS_OPTIONS