Mercurial > hg > mercurial-crew
changeset 23687:96529f81e2e9
tests: run 'cvs init' only on non-existent directories (issue4482)
Do not create cvsroot directory since cvs-1.12 errors out
if CVSROOT exists before 'cvs init'.
author | Thomas Klausner <tk@giga.or.at> |
---|---|
date | Sun, 28 Dec 2014 21:30:52 +0100 |
parents | 6e36b9fc7869 |
children | e8b09f920fe6 |
files | tests/test-convert-cvs-branch.t tests/test-convert-cvs-detectmerge.t tests/test-convert-cvs-synthetic.t tests/test-convert-cvs.t tests/test-convert-cvsnt-mergepoints.t |
diffstat | 5 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-cvs-branch.t +++ b/tests/test-convert-cvs-branch.t @@ -23,6 +23,7 @@ $ CVS_OPTIONS=-f $ export CVS_OPTIONS $ cd .. + $ rmdir cvsrepo $ cvscall -q -d "$CVSROOT" init Create a new project
--- a/tests/test-convert-cvs-detectmerge.t +++ b/tests/test-convert-cvs-detectmerge.t @@ -33,7 +33,6 @@ create cvs repository with one project - $ mkdir cvsrepo $ cvscall -q -d "$CVSROOT" init $ mkdir cvsrepo/proj
--- a/tests/test-convert-cvs-synthetic.t +++ b/tests/test-convert-cvs-synthetic.t @@ -14,6 +14,7 @@ $ CVS_OPTIONS=-f $ export CVS_OPTIONS $ cd .. + $ rmdir cvsrepo $ cvscall() > { > cvs -f "$@"