view tests/test-check-pyflakes.t @ 15282:d4addef0ec74

tests: don't use 'test -e' On Solaris 10: $ test -e f test: argument expected
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 17 Oct 2011 00:11:56 +0200
parents fc035e5370ca
children 695ac6aca77f
line wrap: on
line source

  $ "$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)