summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-11-04 08:00:29 -0500
committerJeff King <peff@peff.net>2012-11-04 08:00:29 -0500
commit2393e2daaf6b699c699b85835c21e0fb95fda2f6 (patch)
treef761891d4b9358efca424988cb78a67770c1afc0
parent016932037455e92e78da5d9b415ab65356f70e8b (diff)
parente342acc678219ff5451998a6b79aa018fb69533b (diff)
downloadgit-2393e2daaf6b699c699b85835c21e0fb95fda2f6.tar.gz
Merge branch 'tb/maint-t9200-case-insensitive'
* tb/maint-t9200-case-insensitive: Fix t9200 on case insensitive file systems
-rwxr-xr-xt/t9200-git-cvsexportcommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh
index b59be9a894..69934b2e77 100755
--- a/t/t9200-git-cvsexportcommit.sh
+++ b/t/t9200-git-cvsexportcommit.sh
@@ -19,7 +19,7 @@ then
test_done
fi
-CVSROOT=$PWD/cvsroot
+CVSROOT=$PWD/tmpcvsroot
CVSWORK=$PWD/cvswork
GIT_DIR=$PWD/.git
export CVSROOT CVSWORK GIT_DIR