summaryrefslogtreecommitdiff
path: root/t/t9400-git-cvsserver-server.sh
AgeCommit message (Expand)Author
2016-04-08Merge branch 'jc/merge-refuse-new-root'Junio C Hamano
2016-03-23merge: refuse to create too cool a merge by defaultJunio C Hamano
2016-01-28mingw: work around pwd issues in the testsJohannes Schindelin
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31code and test: fix misuses of "nor"Justin Lebar
2014-03-21t: drop useless sane_unset GIT_* callsJeff King
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King
2013-01-05t9400: do not assume the "matching" push is the defaultJunio C Hamano
2012-10-16cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie
2012-10-16cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie
2012-04-23Merge branch 'bw/test-fix-grep-gnuism'Junio C Hamano
2012-04-19t9400: fix gnuism in grepJunio C Hamano
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2010-11-09tests: add missing &&Jonathan Nieder
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2010-05-20git-cvsserver: test for pserver authentication supportÆvar Arnfjörð Bjarmason
2010-03-12t9400: Use test_cmp when appropriateJunio C Hamano
2010-01-26fix portability issues with $ in double quotesStephen Boyd
2009-11-17Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)
2009-04-09tests: skip perl tests if NO_PERL is definedJeff King
2009-04-05tests: remove exit after test_done callJeff King
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt
2009-03-18t9400, t9401: Do not force hard-linked cloneJohannes Sixt
2008-11-01Avoid using non-portable `echo -n` in tests.Brian Gernhardt
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano
2008-07-20cvsserver: Add testsuite for packed refsLars Noschinski
2008-07-19testsuite for cvs co -cFabian Emmes
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-03-27cvsserver: Add test for update -pDamien Diederen
2008-03-27cvsserver: Add a few tests for 'status' commandDamien Diederen
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King
2008-02-02Sane use of test_expect_failureJunio C Hamano
2008-01-27cvsserver: Fix for histories with multiple rootsSteffen Prohaska
2008-01-27t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska
2007-06-27config: add support for --bool and --int while setting valuesFrank Lichtenheld
2007-06-20cvsserver: Actually implement --export-allAlex Riesen
2007-06-16cvsserver: Actually implement --export-allFrank Lichtenheld
2007-06-16cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld
2007-06-08cvsserver: Add some useful commandline optionsFrank Lichtenheld
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld
2007-05-29cvsserver: Handle 'cvs login'Frank Lichtenheld
2007-05-29t9400: Work around CVS' deficienciesFrank Lichtenheld
2007-05-22t9400: Add some basic pserver testsFrank Lichtenheld
2007-05-22t9400: Add some more cvs update testsFrank Lichtenheld
2007-05-22t9400: Add test cases for config file handlingFrank Lichtenheld
2007-05-12t9400: Use the repository config and nothing else.Junio Hamano
2007-05-09t9400: skip cvsserver test if Perl SQLite interface is unavailableJunio C Hamano