summaryrefslogtreecommitdiff
path: root/t/t9700
AgeCommit message (Expand)AuthorFilesLines
2017-06-30t9700: add tests for Git::unquote_path()Libravatar Phillip Wood1-0/+7
2016-03-04t9700: fix test for perl older than 5.14Libravatar Jeff King1-1/+7
2016-01-28mingw: fix t9700's assumption about directory separatorsLibravatar Johannes Schindelin1-1/+1
2013-04-04t9700: do not close STDERRLibravatar Thomas Rast1-1/+2
2012-10-24git-config: do not complain about duplicate entriesLibravatar Jeff King1-2/+1
2011-10-21Add simple test for Git::config_path() in t/t9700-perl-git.shLibravatar Jakub Narebski1-0/+4
2011-02-14perl: command_bidi_pipe() method should set-up git environmensLibravatar Masatake Osanai1-0/+10
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-06-29t/t9700/test.pl: don't access private object members, use public access methodsLibravatar Brandon Casey1-3/+3
2010-06-27t9700: Use Test::More->builder, not $Test::Builder::TestLibravatar Ævar Arnfjörð Bjarmason1-4/+5
2010-06-25test-lib: Make the test_external_* functions TAP-awareLibravatar Ævar Arnfjörð Bjarmason1-0/+11
2009-11-19t9700-perl-git.sh: Fix a test failure on CygwinLibravatar Ramsay Jones1-1/+1
2009-05-09Git.pm: Always set Repository to absolute path if autodetectingLibravatar Frank Lichtenheld1-8/+2
2009-05-09Git.pm: Set GIT_WORK_TREE if we set GIT_DIRLibravatar Frank Lichtenheld1-0/+13
2008-09-16Merge branch 'maint'Libravatar Junio C Hamano1-11/+14
2008-09-15t9700/test.pl: remove File::Temp requirementLibravatar Brandon Casey1-10/+13
2008-09-15t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Libravatar Brandon Casey1-1/+1
2008-08-08t9700: remove useless checkLibravatar Johannes Schindelin1-3/+0
2008-06-19Git.pm: add test suiteLibravatar Lea Wiemann1-0/+100