summaryrefslogtreecommitdiff
path: root/t/t9700/test.pl
Commit message (Expand)AuthorAgeFilesLines
* t9700: do not close STDERRThomas Rast2013-04-041-1/+2
* git-config: do not complain about duplicate entriesJeff King2012-10-241-2/+1
* Add simple test for Git::config_path() in t/t9700-perl-git.shJakub Narebski2011-10-211-0/+4
* perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-141-0/+10
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-1/+1
* t/t9700/test.pl: don't access private object members, use public access methodsBrandon Casey2010-06-291-3/+3
* t9700: Use Test::More->builder, not $Test::Builder::TestÆvar Arnfjörð Bjarmason2010-06-271-4/+5
* test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason2010-06-251-0/+11
* t9700-perl-git.sh: Fix a test failure on CygwinRamsay Jones2009-11-191-1/+1
* Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-091-8/+2
* Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-091-0/+13
* Merge branch 'maint'Junio C Hamano2008-09-161-11/+14
|\
| * t9700/test.pl: remove File::Temp requirementBrandon Casey2008-09-151-10/+13
| * t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Brandon Casey2008-09-151-1/+1
* | t9700: remove useless checkJohannes Schindelin2008-08-081-3/+0
|/
* Git.pm: add test suiteLea Wiemann2008-06-191-0/+100