summaryrefslogtreecommitdiff
path: root/t/t9400-git-cvsserver-server.sh
AgeCommit message (Expand)Author
2024-03-16t/t9*: avoid redundant uses of catBeat Bolli
2023-05-23t9400-git-cvsserver-server: modernize test formatJohn Cai
2022-07-19git-cvsserver: clarify directory listDerrick Stolee
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-12-13tests: simplify by dropping unnecessary `for` loopsEric Sunshine
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine
2021-09-17git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón
2021-09-16git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón
2020-11-19t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-07t9400: don't use test_must_fail with cvsDenton Liu
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine
2018-07-03t: drop unnecessary terminating semicolon in subshellEric Sunshine
2018-03-08t9400-git-cvsserver-server: don't rely on the output of 'test_cmp'SZEDER Gábor
2017-09-12shell: drop git-cvsserver support by defaultJeff King
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