##// 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 b' class container:'
126 EOF
126 EOF
127
127
128 echo '# test python hooks'
128 echo '# test python hooks'
129 PYTHONPATH="$PWD:$PYTHONPATH"
129 PYTHONPATH="`pwd`:$PYTHONPATH"
130 export PYTHONPATH
130 export PYTHONPATH
131
131
132 echo '[hooks]' > ../a/.hg/hgrc
132 echo '[hooks]' > ../a/.hg/hgrc
General Comments 0
You need to be logged in to leave comments. Login now