aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9400-git-cvsserver-server.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-16t/t9*: avoid redundant uses of catBeat Bolli1-19/+16
2023-05-23t9400-git-cvsserver-server: modernize test formatJohn Cai1-252/+278
2022-07-19git-cvsserver: clarify directory listDerrick Stolee1-1/+1
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-13tests: simplify by dropping unnecessary `for` loopsEric Sunshine1-1/+1
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine1-3/+2
2021-09-16git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón1-1/+6
2021-09-16git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón1-1/+3
2020-11-19t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-17/+17
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-07-07t9400: don't use test_must_fail with cvsDenton Liu1-1/+1
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine1-3/+3
2018-07-03t: drop unnecessary terminating semicolon in subshellEric Sunshine1-1/+1
2018-03-08t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor1-5/+3
2017-09-12shell: drop git-cvsserver support by defaultJeff King1-0/+48
2016-04-08Merge branch 'jc/merge-refuse-new-root'Junio C Hamano1-1/+2
2016-03-23merge: refuse to create too cool a merge by defaultJunio C Hamano1-1/+2
2016-01-28mingw: work around pwd issues in the testsJohannes Schindelin1-3/+3
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-1/+1
2014-03-31code and test: fix misuses of "nor"Justin Lebar1-1/+1
2014-03-21t: drop useless sane_unset GIT_* callsJeff King1-1/+0
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-1/+1
2013-01-04t9400: do not assume the "matching" push is the defaultJunio C Hamano1-0/+1
2012-10-16cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie1-1/+1
2012-10-16cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie1-0/+70
2012-04-23Merge branch 'bw/test-fix-grep-gnuism'Junio C Hamano1-2/+2
2012-04-19t9400: fix gnuism in grepJunio C Hamano1-2/+2
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini1-2/+2
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-3/+3
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-1/+1
2010-05-19git-cvsserver: test for pserver authentication supportÆvar Arnfjörð Bjarmason1-1/+15
2010-03-11t9400: Use test_cmp when appropriateJunio C Hamano1-12/+12
2010-01-26fix portability issues with $ in double quotesStephen Boyd1-9/+9
2009-11-17Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)1-1/+1
2009-04-08tests: skip perl tests if NO_PERL is definedJeff King1-0/+4
2009-04-05tests: remove exit after test_done callJeff King1-2/+0
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt1-2/+2
2009-03-18t9400, t9401: Do not force hard-linked cloneJohannes Sixt1-2/+2
2008-10-31Avoid using non-portable `echo -n` in tests.Brian Gernhardt1-1/+1
2008-09-05"blame -c" should be compatible with "annotate"Junio C Hamano1-0/+13
2008-07-20cvsserver: Add testsuite for packed refsLars Noschinski1-0/+7
2008-07-19testsuite for cvs co -cFabian Emmes1-0/+11
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-8/+8
2008-03-27cvsserver: Add test for update -pDamien Diederen1-0/+18
2008-03-27cvsserver: Add a few tests for 'status' commandDamien Diederen1-0/+32
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King1-10/+10
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King1-13/+13
2008-02-01Sane use of test_expect_failureJunio C Hamano1-12/+18
2008-01-26cvsserver: Fix for histories with multiple rootsSteffen Prohaska1-1/+9
2008-01-26t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska1-3/+4
2007-06-26config: add support for --bool and --int while setting valuesFrank Lichtenheld1-2/+2
2007-06-20cvsserver: Actually implement --export-allAlex Riesen1-2/+2
2007-06-15cvsserver: Actually implement --export-allFrank Lichtenheld1-0/+16
2007-06-15cvsserver: Let --base-path and pserver get along just fineFrank Lichtenheld1-0/+1
2007-06-08cvsserver: Add some useful commandline optionsFrank Lichtenheld1-0/+28
2007-06-08cvsserver: Make req_Root more critical of its input dataFrank Lichtenheld1-0/+34
2007-05-29cvsserver: Handle 'cvs login'Frank Lichtenheld1-0/+29
2007-05-29t9400: Work around CVS' deficienciesFrank Lichtenheld1-0/+2
2007-05-22t9400: Add some basic pserver testsFrank Lichtenheld1-0/+34
2007-05-22t9400: Add some more cvs update testsFrank Lichtenheld1-0/+69
2007-05-22t9400: Add test cases for config file handlingFrank Lichtenheld1-0/+69
2007-05-12t9400: Use the repository config and nothing else.Junio Hamano1-8/+9
2007-05-09t9400: skip cvsserver test if Perl SQLite interface is unavailableJunio C Hamano1-0/+5
2007-05-08cvsserver: Add test cases for git-cvsserverFrank Lichtenheld1-0/+120