diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-16 09:25:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-18 12:43:24 -0700 |
commit | 9b777a165e050f9a881a74a5902a8ddd2de30da5 (patch) | |
tree | 37583b97574c2237448fff018cbf63be6c3b9d1b /t/t9603-cvsimport-patchsets.sh | |
parent | 06eaaa783c9ba36ac45143eaa3b707f804d377a4 (diff) | |
download | git-9b777a165e050f9a881a74a5902a8ddd2de30da5.tar.gz |
cvs tests: do not touch test CVS repositories shipped with source
Some tests in t96xx series (cvsimport) want to write into the control area
(CVSROOT) of their test CVS repositories, but this does not work well when
the source area is made read-only (test trash directories are moved via
--root=else/where option).
Copy the supplied test CVS repository to a scratch place at the beginning
of these tests.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9603-cvsimport-patchsets.sh')
-rwxr-xr-x | t/t9603-cvsimport-patchsets.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t9603-cvsimport-patchsets.sh b/t/t9603-cvsimport-patchsets.sh index 958bdce4dd..93c4fa885e 100755 --- a/t/t9603-cvsimport-patchsets.sh +++ b/t/t9603-cvsimport-patchsets.sh @@ -14,8 +14,7 @@ test_description='git cvsimport testing for correct patchset estimation' . ./lib-cvs.sh -CVSROOT="$TEST_DIRECTORY"/t9603/cvsroot -export CVSROOT +setup_cvs_test_repository t9603 test_expect_failure 'import with criss cross times on revisions' ' |