summaryrefslogtreecommitdiff
path: root/t/t9400-git-cvsserver-server.sh
Commit message (Expand)AuthorAgeFilesLines
* git-cvsserver: clarify directory listDerrick Stolee2022-07-191-1/+1
* t6000-t9999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
* tests: simplify by dropping unnecessary `for` loopsEric Sunshine2021-12-131-1/+1
* tests: apply modern idiom for exiting loop upon failureEric Sunshine2021-12-131-3/+2
* git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón2021-09-161-1/+6
* git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón2021-09-161-1/+3
* t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-17/+17
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t9400: don't use test_must_fail with cvsDenton Liu2020-07-071-1/+1
* t9000-t9999: fix broken &&-chainsEric Sunshine2018-07-161-3/+3
* t: drop unnecessary terminating semicolon in subshellEric Sunshine2018-07-031-1/+1
* t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor2018-03-081-5/+3
* shell: drop git-cvsserver support by defaultjk/git-shell-drop-cvsserverJeff King2017-09-121-0/+48
* Merge branch 'jc/merge-refuse-new-root'Junio C Hamano2016-04-081-1/+2
|\
| * merge: refuse to create too cool a merge by defaultJunio C Hamano2016-03-231-1/+2
* | mingw: work around pwd issues in the testsJohannes Schindelin2016-01-281-3/+3
|/
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\
| * code and test: fix misuses of "nor"jl/nor-or-nand-andJustin Lebar2014-03-311-1/+1
* | t: drop useless sane_unset GIT_* callsJeff King2014-03-211-1/+0
|/
* t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-1/+1
* t9400: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-0/+1
* cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie2012-10-161-1/+1
* cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie2012-10-161-0/+70
* Merge branch 'bw/test-fix-grep-gnuism'Junio C Hamano2012-04-231-2/+2
|\
| * t9400: fix gnuism in grepJunio C Hamano2012-04-191-2/+2
* | tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-2/+2
|/
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-3/+3
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\
| * tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-1/+1
* | git-cvsserver: test for pserver authentication supportÆvar Arnfjörð Bjarmason2010-05-191-1/+15
|/
* t9400: Use test_cmp when appropriateJunio C Hamano2010-03-111-12/+12
* fix portability issues with $ in double quotesStephen Boyd2010-01-261-9/+9
* Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)2009-11-171-1/+1
* tests: skip perl tests if NO_PERL is definedJeff King2009-04-081-0/+4
* tests: remove exit after test_done callJeff King2009-04-051-2/+0
* test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-191-2/+2
* t9400, t9401: Do not force hard-linked cloneJohannes Sixt2009-03-181-2/+2
* Avoid using non-portable `echo -n` in tests.Brian Gernhardt2008-10-311-1/+1
* "blame -c" should be compatible with "annotate"Junio C Hamano2008-09-051-0/+13
* cvsserver: Add testsuite for packed refsLars Noschinski2008-07-201-0/+7
* testsuite for cvs co -cFabian Emmes2008-07-191-0/+11
* Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-8/+8
* cvsserver: Add test for update -pDamien Diederen2008-03-271-0/+18
* cvsserver: Add a few tests for 'status' commandDamien Diederen2008-03-271-0/+32
* remove use of "tail -n 1" and "tail -1"Jeff King2008-03-131-10/+10
* grep portability fix: don't use "-e" or "-q"Jeff King2008-03-131-13/+13
* Sane use of test_expect_failureJunio C Hamano2008-02-011-12/+18
* cvsserver: Fix for histories with multiple rootsSteffen Prohaska2008-01-261-1/+9
* t9400-git-cvsserver-server: Wrap setup into test caseSteffen Prohaska2008-01-261-3/+4