mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
Merge branch 'jc/test-cvs-no-init-in-existing-dir' into maint
* jc/test-cvs-no-init-in-existing-dir: t9200: let "cvs init" create the test repository
This commit is contained in:
commit
59932be344
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@ GIT_DIR=$PWD/.git
|
||||||
export CVSROOT CVSWORK GIT_DIR
|
export CVSROOT CVSWORK GIT_DIR
|
||||||
|
|
||||||
rm -rf "$CVSROOT" "$CVSWORK"
|
rm -rf "$CVSROOT" "$CVSWORK"
|
||||||
mkdir "$CVSROOT" &&
|
|
||||||
cvs init &&
|
cvs init &&
|
||||||
|
test -d "$CVSROOT" &&
|
||||||
cvs -Q co -d "$CVSWORK" . &&
|
cvs -Q co -d "$CVSWORK" . &&
|
||||||
echo >empty &&
|
echo >empty &&
|
||||||
git add empty &&
|
git add empty &&
|
||||||
|
|
Loading…
Reference in a new issue