diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2012-07-26 15:39:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-27 10:08:33 -0700 |
commit | ac39aa612147b595e02876a4c9d6ca7e8063ba3d (patch) | |
tree | c295a0e3302ce693a28c7cda3a7bf77a485d9f56 /t/README | |
parent | 04083f278d19998e0e3f26627791ab54886ac12a (diff) | |
download | git-ac39aa612147b595e02876a4c9d6ca7e8063ba3d.tar.gz |
test-lib: provide case insensitivity as a prerequisite
Case insensitivity plays a role in several tests and is tested in several
tests. Therefore, move the test from t003 into the test lib and use the
prerequisite in t0003.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -625,6 +625,10 @@ use these, and "test_set_prereq" for how to define your own. Git was compiled with USE_LIBPCRE=YesPlease. Wrap any tests that use git-grep --perl-regexp or git-grep -P in these. + - CASE_INSENSITIVE_FS + + Test is run on a case insensitive file system. + Tips for Writing Tests ---------------------- |