tests: first unset TODOTXT_CFG_FILE

Signed-off-by: Gina Trapani <ginatrapani@gmail.com>
This commit is contained in:
Philippe Teuwen
2009-04-05 05:20:43 +08:00
committed by Gina Trapani
parent 03ccc73703
commit 55f45e8515

View File

@@ -36,6 +36,9 @@ VISUAL=:
# CDPATH into the environment
unset CDPATH
# Protect ourselves from using predefined TODOTXT_CFG_FILE
unset TODOTXT_CFG_FILE
# Each test should start with something like this, after copyright notices:
#
# test_description='Description of this test...