We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee18de6 + 8666df0 commit 59932beCopy full SHA for 59932be
1 file changed
t/t9200-git-cvsexportcommit.sh
@@ -25,8 +25,9 @@ GIT_DIR=$PWD/.git
25
export CVSROOT CVSWORK GIT_DIR
26
27
rm -rf "$CVSROOT" "$CVSWORK"
28
-mkdir "$CVSROOT" &&
+
29
cvs init &&
30
+test -d "$CVSROOT" &&
31
cvs -Q co -d "$CVSWORK" . &&
32
echo >empty &&
33
git add empty &&
0 commit comments