]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1305-config-include.sh
tests: make GIT_TEST_GETTEXT_POISON a boolean
[thirdparty/git.git] / t / t1305-config-include.sh
index 6b388ba2d047935c79d517bed75341b030860e13..de294c990e19b4aec8b6f4bed1c34518adeda79f 100755 (executable)
@@ -314,7 +314,7 @@ test_expect_success 'include cycles are detected' '
        git -C cycle config include.path cycle &&
        git config -f cycle/cycle include.path config &&
        test_must_fail \
-               env GIT_TEST_GETTEXT_POISON= \
+               env GIT_TEST_GETTEXT_POISON=false \
                git -C cycle config --get-all test.value 2>stderr &&
        grep "exceeded maximum include depth" stderr
 '