tests/test-check-pyflakes.t
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 03 Apr 2012 19:06:35 +0200
branchstable
changeset 16350 4f795f5fbb0b
parent 15372 695ac6aca77f
child 19377 0cb996ee8c6d
permissions -rw-r--r--
tests: make tests work if directory contains special characters With this quoting tests will work e.g. in "/tmp/foo bar/mercurial/".

  $ "$TESTDIR/hghave" pyflakes || exit 80
  $ cd "`dirname "$TESTDIR"`"
  $ pyflakes mercurial hgext 2>&1 | "$TESTDIR/filterpyflakes.py"
  hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)