Mercurial > hg-stable
comparison tests/test-convert-cvs-synthetic.t @ 23675: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 | 7a9cbb315d84 |
children | e5e5ee2b60e4 |
comparison
equal
deleted
inserted
replaced
23674:6e36b9fc7869 | 23675:96529f81e2e9 |
---|---|
12 $ CVSROOT=`pwd` | 12 $ CVSROOT=`pwd` |
13 $ export CVSROOT | 13 $ export CVSROOT |
14 $ CVS_OPTIONS=-f | 14 $ CVS_OPTIONS=-f |
15 $ export CVS_OPTIONS | 15 $ export CVS_OPTIONS |
16 $ cd .. | 16 $ cd .. |
17 $ rmdir cvsrepo | |
17 $ cvscall() | 18 $ cvscall() |
18 > { | 19 > { |
19 > cvs -f "$@" | 20 > cvs -f "$@" |
20 > } | 21 > } |
21 | 22 |