226 Commits (8fe6177ac640ca36814ad3394d4e86b4ce8e29e3)

Author SHA1 Message Date
Alex Riesen 90cff968b3 HOME must be set before calling git-init when creating test repositories 14 years ago
Jens Lehmann 730477f199 tests: fix overeager scrubbing of environment variables 14 years ago
Jonathan Nieder 95a1d12e9b tests: scrub environment of GIT_* variables 14 years ago
Jonathan Nieder 8f323c00dd config: drop support for GIT_CONFIG_NOGLOBAL 14 years ago
Jonathan Nieder 3c995beb14 tests: suppress system gitattributes 14 years ago
Jonathan Nieder 67e6d81794 tests: stop worrying about obsolete environment variables 14 years ago
Jonathan Nieder 309552295a i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is set 14 years ago
Ævar Arnfjörð Bjarmason bb946bba76 i18n: add GETTEXT_POISON to simulate unfriendly translator 14 years ago
Jeff King a1231de002 tests: sanitize more git environment variables 14 years ago
Ramsay Jones 5b5d53cbe5 t4135-*.sh: Skip the "backslash" tests on cygwin 14 years ago
Ramsay Jones a31d066524 t6038-*.sh: Pass the -b (--binary) option to sed on cygwin 14 years ago
Brandon Casey c2ed29b49b test-lib.sh/test_decode_color(): use octal not hex in awk script 14 years ago
Jonathan Nieder fb3340a6a7 test-lib: introduce test_line_count to measure files 14 years ago
Kevin Ballard a471833d51 test-lib: extend test_decode_color to handle more color codes 15 years ago
Jonathan Nieder 05236a5e9d test-lib: allow test code to check the list of declared prerequisites 15 years ago
Jeff King 9130ac9fe1 rev-list: handle %x00 NUL in user format 15 years ago
Elijah Newren 00648ba050 Introduce sane_unset and use it to ensure proper && chaining 15 years ago
Ævar Arnfjörð Bjarmason 892e6f7ea6 test-lib: make test_expect_code a test command 15 years ago
Pat Thoyts a94114ad3d Do not strip CR when grepping HTTP headers. 15 years ago
Pat Thoyts 3ba9ba8f34 Skip t1300.70 and 71 on msysGit. 15 years ago
Matthieu Moy e4c62e640d tests: factor HOME=$(pwd) in test-lib.sh 15 years ago
Ævar Arnfjörð Bjarmason 0d314ce834 test-lib: use subshell instead of cd $new && .. && cd $old 15 years ago
Jonathan Nieder 07431fc8dc tests: simplify "missing PREREQ" message 15 years ago
Ævar Arnfjörð Bjarmason 62f539043c test-lib: Allow overriding of TEST_DIRECTORY 15 years ago
Ævar Arnfjörð Bjarmason 6cec5c6835 test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../ 15 years ago
Ævar Arnfjörð Bjarmason aed604c778 test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../ 15 years ago
Thomas Rast 568899539d test: Introduce $GIT_BUILD_DIR 15 years ago
Jonathan Nieder d0b8a61742 tests: make test_might_fail fail on missing commands 15 years ago
Jonathan Nieder 5c8e141414 tests: make test_might_fail more verbose 15 years ago
Jeff King a54ce3ca9e tests: make test_must_fail fail on missing commands 15 years ago
Jeff King 16034fbe59 tests: make test_must_fail more verbose 15 years ago
Ævar Arnfjörð Bjarmason ce60653e59 test-lib: Multi-prereq support only checked the last prereq 15 years ago
Ævar Arnfjörð Bjarmason c91cfd1916 tests: A SANITY test prereq for testing if we're root 15 years ago
Ævar Arnfjörð Bjarmason 71ce42c0a6 test-lib: Print missing prerequisites in test output 15 years ago
Ævar Arnfjörð Bjarmason 93a5724613 test-lib: Add support for multiple test prerequisites 15 years ago
Ævar Arnfjörð Bjarmason 8ef1abe550 test-lib: Don't write test-results when HARNESS_ACTIVE 15 years ago
Matthieu Moy 2caf20c52b test-lib: user-friendly alternatives to test [-d|-f|-e] 15 years ago
Ævar Arnfjörð Bjarmason d596f33abb test-lib: Remove 3 year old no-op --no-python option 15 years ago
Ævar Arnfjörð Bjarmason 092c433407 test-lib: Ignore --quiet under a TAP harness 15 years ago
Jonathan Nieder 800f11040d t4150 (am): style fix 15 years ago
Thomas Rast 7ea3ddf818 Only run aggregate-results over actual counts 15 years ago
Michael J Gruber 637ab29b86 test-lib: TAP compliance for skipping tests on request 15 years ago
Michael J Gruber 47e67d479b test-lib: simplify GIT_SKIP_TESTS loop 15 years ago
Ævar Arnfjörð Bjarmason 57e1538ac9 test-lib: output a newline before "ok" under a TAP harness 15 years ago
Ævar Arnfjörð Bjarmason d998bd4ab6 test-lib: Make the test_external_* functions TAP-aware 15 years ago
Ævar Arnfjörð Bjarmason 5099b99d25 test-lib: Adjust output to be valid TAP format 15 years ago
Junio C Hamano 5e87eae97d test-lib: use DIFF definition from GIT-BUILD-OPTIONS 15 years ago
Junio C Hamano 7b3bdbb335 fixup: do not unconditionally disable "diff -u" 15 years ago
Jonathan Nieder b6b0afdc30 test-lib: some shells do not let $? propagate into an eval 15 years ago
Jonathan Nieder 3bf7886705 test-lib: Let tests specify commands to be run at end of test 15 years ago