From 55f45e851531794e3116612b274f2256e9e763e8 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 5 Apr 2009 05:20:43 +0800 Subject: [PATCH] tests: first unset TODOTXT_CFG_FILE Signed-off-by: Gina Trapani --- tests/test-lib.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test-lib.sh b/tests/test-lib.sh index 77f1f41..086d12c 100644 --- a/tests/test-lib.sh +++ b/tests/test-lib.sh @@ -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...