tests: fix a spurious failure when $PYTHON is in the environment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 19 Nov 2012 21:56:22 +0000 (22:56 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 19 Nov 2012 22:10:51 +0000 (23:10 +0100)
commit1d73b276595cd1c6d57998e4148601dbf2844425
tree8bfeced71f3bace25d4ea2032a94092ab485b118
parente1acf4a06f5a8d9e861455ac29abb4944a446494
tests: fix a spurious failure when $PYTHON is in the environment

* t/python11.sh: This test doesn't interact well with user-overrides of
$PYTHON; and, given its particular nature, neither should it be expected
to honour that override.  Just unset that $PYTHON variable and live
happy.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/python11.sh