##// END OF EJS Templates
Applied $PWD fix (changeset 278f9b13c39a) to tests/test-hook, too.
Thomas Arendsen Hein -
r2164:cbd45822 default
parent child Browse files
Show More
@@ -126,7 +126,7 class container:
126 126 EOF
127 127
128 128 echo '# test python hooks'
129 PYTHONPATH="$PWD:$PYTHONPATH"
129 PYTHONPATH="`pwd`:$PYTHONPATH"
130 130 export PYTHONPATH
131 131
132 132 echo '[hooks]' > ../a/.hg/hgrc
General Comments 0
You need to be logged in to leave comments. Login now