Applied $PWD fix (changeset bf1fa3097e92) to tests/test-hook, too.

This commit is contained in:
Thomas Arendsen Hein 2006-04-30 19:30:59 +02:00
parent 4877d2aad6
commit cdfafa43cf

View File

@ -126,7 +126,7 @@ class container:
EOF
echo '# test python hooks'
PYTHONPATH="$PWD:$PYTHONPATH"
PYTHONPATH="`pwd`:$PYTHONPATH"
export PYTHONPATH
echo '[hooks]' > ../a/.hg/hgrc