Mercurial > hg-stable
changeset 44722:e5e5ee2b60e4
tests: skip CVS tests for root
It is not uncommon for cvs to check for root and to refuse work
in that case.
Differential Revision: https://phab.mercurial-scm.org/D8395
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Fri, 10 Apr 2020 19:52:33 +0200 |
parents | eb9026a84e83 |
children | 28aacddf3af0 |
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, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-convert-cvs-branch.t Wed Apr 15 22:18:05 2020 -0400 +++ b/tests/test-convert-cvs-branch.t Fri Apr 10 19:52:33 2020 +0200 @@ -1,4 +1,4 @@ -#require cvs +#require cvs no-root This is https://bz.mercurial-scm.org/1148 and https://bz.mercurial-scm.org/1447
--- a/tests/test-convert-cvs-detectmerge.t Wed Apr 15 22:18:05 2020 -0400 +++ b/tests/test-convert-cvs-detectmerge.t Fri Apr 10 19:52:33 2020 +0200 @@ -1,4 +1,4 @@ -#require cvs +#require cvs no-root Test config convert.cvsps.mergefrom config setting. (Should test similar mergeto feature, but I don't understand it yet.)
--- a/tests/test-convert-cvs-synthetic.t Wed Apr 15 22:18:05 2020 -0400 +++ b/tests/test-convert-cvs-synthetic.t Fri Apr 10 19:52:33 2020 +0200 @@ -1,4 +1,4 @@ -#require cvs112 +#require cvs112 no-root This feature requires use of builtin cvsps!