Applied $PWD fix (changeset 278f9b13c39a) to tests/test-hook, too.
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 30 Apr 2006 19:30:59 +0200
changeset 2164 cbd458228a96
parent 2163 278f9b13c39a
child 2165 d821918e3bee
child 2166 d0c02b4dce9a
Applied $PWD fix (changeset 278f9b13c39a) to tests/test-hook, too.
tests/test-hook
--- a/tests/test-hook
+++ b/tests/test-hook
@@ -126,7 +126,7 @@ class container:
 EOF
 
 echo '# test python hooks'
-PYTHONPATH="$PWD:$PYTHONPATH"
+PYTHONPATH="`pwd`:$PYTHONPATH"
 export PYTHONPATH
 
 echo '[hooks]' > ../a/.hg/hgrc