Unset VISUAL env var so it does not break tests
commit8788f2f59a684cf46b3028e25706c97e24c82da9
authorJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 25 Feb 2015 13:58:29 +0000 (25 08:58 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 25 Feb 2015 13:58:29 +0000 (25 08:58 -0500)
tree61ef5e5655dbafda5bfdcb9a7458e97d4a9816e0
parent9ab702bf566877ca5dce923a3d6538538ffb0ed2
Unset VISUAL env var so it does not break tests

Revisit commit a989b372a40596b8fe93199a5e62bae1d61d3789 and also ensure
that VISUAL does not cause any tests to hang. VISUAL has precedence over
EDITOR (which is set by the libtest.sh) as pointed out by Heiko
Schlichting.

References #379
test/tools/libtest.sh