test-bad-extension: avoid printing the file name

This should make it simpler on windows
This commit is contained in:
Alexis S. L. Carvalho 2007-03-04 14:09:29 -03:00
parent 74da623ca7
commit d6f4e70b38
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo 'syntax error' > badext.py
echo 'raise Exception("bit bucket overflow")' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH

View File

@ -1,4 +1,4 @@
*** failed to import extension badext: invalid syntax (badext.py, line 1)
*** failed to import extension badext: bit bucket overflow
extension 'hgext.gpg' overrides commands: sigs sigcheck sign
hg help [COMMAND]