]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/README
tests: make GIT_TEST_FAIL_PREREQS a boolean
[thirdparty/git.git] / t / README
index 072c9854d123960e3119a387292971a11b9cc9d3..60d5b77bccd952ffe8128a62827d7a15e728f614 100644 (file)
--- a/t/README
+++ b/t/README
@@ -334,7 +334,7 @@ that cannot be easily covered by a few specific test cases. These
 could be enabled by running the test suite with correct GIT_TEST_
 environment set.
 
-GIT_TEST_FAIL_PREREQS<non-empty?> fails all prerequisites. This is
+GIT_TEST_FAIL_PREREQS=<boolean> fails all prerequisites. This is
 useful for discovering issues with the tests where say a later test
 implicitly depends on an optional earlier test.