Skip to content

Commit 59932be

Browse files
committed
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
2 parents ee18de6 + 8666df0 commit 59932be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t9200-git-cvsexportcommit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ GIT_DIR=$PWD/.git
2525
export CVSROOT CVSWORK GIT_DIR
2626

2727
rm -rf "$CVSROOT" "$CVSWORK"
28-
mkdir "$CVSROOT" &&
28+
2929
cvs init &&
30+
test -d "$CVSROOT" &&
3031
cvs -Q co -d "$CVSWORK" . &&
3132
echo >empty &&
3233
git add empty &&

0 commit comments

Comments
 (0)