summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-131-4/+4
* t/test-lib.sh: provide a shell implementation of the 'yes' utilityBrandon Casey2009-08-281-0/+15
* tests: allow user to specify trash directory locationJeff King2009-08-091-1/+8
* tests: provide $TRASH_DIRECTORY variableJeff King2009-08-091-1/+2
* test-lib: allow exit trap to be used for cleanup by testsClemens Buchacher2009-06-011-7/+14
* test-lib: fail if invalid options are passedClemens Buchacher2009-06-011-1/+1
* test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber2009-04-211-1/+1
* tests: skip perl tests if NO_PERL is definedJeff King2009-04-081-0/+2
* Merge branch 'maint'Junio C Hamano2009-03-281-8/+0
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-281-8/+0
| |\
| | * test-lib: Clean up comments and Makefile.Emil Sit2009-03-281-8/+0
* | | Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6tJunio C Hamano2009-03-251-0/+2
|\ \ \
| * | | t7502-commit: Skip SIGTERM test on WindowsJohannes Sixt2009-03-251-0/+2
* | | | Merge branch 'js/windows-tests'Junio C Hamano2009-03-241-5/+69
|\ \ \ \ | |/ / /
| * | | t3700: Skip a test with backslashes in pathspecJohannes Sixt2009-03-221-0/+2
| * | | Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt2009-03-221-0/+4
| * | | Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-221-0/+4
| * | | test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt2009-03-211-5/+39
| * | | Tests on Windows: $(pwd) must return Windows-style pathsJohannes Sixt2009-03-191-0/+4
| * | | test-lib: Work around missing sum on WindowsJohannes Sixt2009-03-191-0/+3
| * | | test-lib: Work around incompatible sort and find on WindowsJohannes Sixt2009-03-191-0/+13
* | | | Merge branch 'mg/test-installed'Junio C Hamano2009-03-211-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | test-lib.sh: Allow running the test suite against installed gitMichael J Gruber2009-03-161-2/+10
| * | | test-lib.sh: Test for presence of git-init in the right path.Michael J Gruber2009-03-161-1/+1
* | | | test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt2009-03-191-0/+9
* | | | test-lib: Simplify test counting.Johannes Sixt2009-03-191-7/+3
* | | | test-lib: Replace uses of $(expr ...) by POSIX shell features.Johannes Sixt2009-03-191-12/+11
|/ / /
* | | test-lib: write test results to test-results/<basename>-<pid>Johannes Schindelin2009-03-141-1/+1
* | | Merge branch 'js/valgrind'Junio C Hamano2009-03-051-3/+88
|\ \ \ | |/ / |/| |
| * | test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATHJohannes Schindelin2009-02-031-3/+1
| * | Tests: let --valgrind imply --verbose and --teeJohannes Schindelin2009-02-031-2/+2
| * | test-lib.sh: optionally output to test-results/$TEST.out, tooJohannes Schindelin2009-02-031-0/+18
| * | Valgrind support: check for more than just programming errorsJohannes Schindelin2009-02-031-0/+15
| * | Add valgrind support in test scriptsJohannes Schindelin2009-02-031-2/+56
* | | Merge branch 'maint'Junio C Hamano2009-02-181-1/+1
|\ \ \ | |/ / |/| / | |/
| * tests: fix "export var=val"Junio C Hamano2009-02-181-1/+1
* | tests: fix test_commit() for case insensitive filesystemsJunio C Hamano2009-02-031-1/+1
* | test-lib.sh: introduce test_commit() and test_merge() helpersJohannes Schindelin2009-01-281-0/+25
* | use uppercase POSIX compliant signals for the 'trap' commandMarkus Heidelberg2009-01-191-5/+5
|/
* Get rid of the last remnants of GIT_CONFIG_LOCALv1.6.1-rc3Johannes Schindelin2008-12-141-1/+0
* Merge branch 'maint'Shawn O. Pearce2008-10-121-1/+1
|\
| * test-lib: fix broken printfShawn O. Pearce2008-10-121-1/+1
* | Merge branch 'maint'Shawn O. Pearce2008-10-101-1/+2
|\ \ | |/
| * test-lib: fix color reset in say_color()Miklos Vajna2008-10-101-1/+2
* | test-lib: do not remove trash_directory if called with --debugJohannes Schindelin2008-08-211-1/+1
* | Merge branch 'jc/test-deeper'Junio C Hamano2008-08-201-1/+1
|\ \
| * | tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-1/+1
| |/
* | Enable parallel testsJohannes Schindelin2008-08-081-1/+7
|/
* t/test-lib.sh: exit with small negagive int is ok with test_must_failStephan Beyer2008-07-131-1/+1
* Merge branch 'dr/ceiling'Junio C Hamano2008-07-071-0/+1
|\