summaryrefslogtreecommitdiff
path: root/t/test-lib-functions.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-111-0/+1
|\
| * t: use test_decode_color rather than literal ANSI codesJeff King2017-07-131-0/+1
* | t: handle EOF in test_copy_bytes()jk/test-copy-bytes-fixJeff King2017-07-171-0/+1
|/
* t1301: move modebits() to test-lib-functions.shChristian Couder2017-06-251-0/+5
* tests: make the 'test_pause' helper work in non-verbose modesg/test-with-stdinSZEDER Gábor2017-03-181-7/+2
* tests: create an interactive gdb session with the 'debug' helperSZEDER Gábor2017-03-181-1/+1
* Merge branch 'sb/submodule-embed-gitdir'Junio C Hamano2017-01-101-5/+15
|\
| * test-lib-functions.sh: teach test_commit -C <dir>Stefan Beller2016-12-091-5/+15
* | t5000: extract nongit function to test-lib-functions.shJeff King2016-12-161-0/+14
|/
* test-lib-functions.sh: add lf_to_nul helperJeff Hostetler2016-08-111-0/+4
* Merge branch 'jk/test-match-signal'Junio C Hamano2016-07-191-1/+16
|\
| * test_must_fail: use test_match_signalJeff King2016-07-061-1/+1
| * tests: factor portable signal check out of t0005Jeff King2016-07-061-0/+15
* | t9300: factor out portable "head -c" replacementJeff King2016-07-011-0/+14
|/
* test-lib: add in-shell "env" replacementJeff King2016-06-011-0/+22
* Merge branch 'jc/test-seq' into maintJunio C Hamano2016-05-261-15/+13
|\
| * test-lib-functions.sh: rewrite test_seq without Perljc/test-seqJunio C Hamano2016-05-091-1/+6
| * test-lib-functions.sh: remove misleading comment on test_seqJunio C Hamano2016-05-091-14/+7
| * Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano2015-05-131-2/+2
| |\
* | | test_must_fail: report number of unexpected signalJeff King2016-02-251-1/+1
* | | add "ok=sigpipe" to test_must_fail and use it to fix flaky testsls/test-must-fail-sigpipeLars Schneider2015-11-281-0/+3
* | | implement test_might_fail using a refactored test_must_failLars Schneider2015-11-281-14/+33
* | | test: facilitate debugging Git executables in tests with gdbjs/git-gdbJohannes Schindelin2015-10-301-0/+8
* | | test-lib-functions: detect test_when_finished in subshelljk/test-lint-forbid-when-finished-in-subshellJohn Keeping2015-09-081-0/+5
* | | test-lib-functions: support "test_config -C <dir> ..."John Keeping2015-09-081-3/+17
* | | Merge branch 'jc/test-prereq-validate'Junio C Hamano2015-05-191-0/+9
|\ \ \
| * | | test: validate prerequistes syntaxjc/test-prereq-validateJunio C Hamano2015-04-281-0/+9
| * | | Merge branch 'jc/diff-test-updates' into maintJunio C Hamano2015-03-131-1/+3
| |\ \ \
* | \ \ \ Merge branch 'ep/fix-test-lib-functions-report'Junio C Hamano2015-05-051-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | test-lib-functions.sh: fix the second argument to some helper functionsep/fix-test-lib-functions-reportElia Pinto2015-04-161-2/+2
* | | | Merge branch 'jc/diff-test-updates'Junio C Hamano2015-03-051-1/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | test_ln_s_add: refresh stat info of fake symbolic linksjc/diff-test-updatesJohannes Sixt2015-02-231-1/+3
* | | Merge branch 'da/mergetool-tests'Junio C Hamano2014-10-211-12/+18
|\ \ \
| * | | test-lib-functions: adjust style to match CodingGuidelinesda/mergetool-testsDavid Aguilar2014-10-161-12/+18
* | | | t5304: use helper to report failure of "test foo = bar"Jeff King2014-10-131-0/+9
* | | | Merge branch 'jl/submodule-tests'Junio C Hamano2014-07-211-0/+11
|\ \ \ \
| * | | | test-lib: add test_dir_is_empty()Jens Lehmann2014-06-201-0/+11
* | | | | Merge branch 'ep/avoid-test-a-o'Junio C Hamano2014-06-251-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto2014-06-091-2/+2
* | | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-161-0/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-041-0/+6
| |/ / /
* | | | Merge branch 'mt/patch-id-stable' (early part)Junio C Hamano2014-06-161-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | test: add test_write_lines helperMichael S. Tsirkin2014-06-101-0/+5
* | | | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-141-0/+5
|\ \ \ \
| * | | | test-lib: allow setting the index format versionThomas Gummerer2014-02-241-0/+5
| |/ / /
* | | | tests: turn on network daemon tests by defaultjk/run-network-tests-by-defaultJeff King2014-02-141-0/+58
|/ / /
* | | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-261-1/+2
|/ /
* | Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano2013-11-041-3/+7
|\ \
| * | t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-3/+3
| * | t: provide a perl() function which uses $PERL_PATHJeff King2013-10-291-0/+4