commit | 9b777a165e050f9a881a74a5902a8ddd2de30da5 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Aug 16 09:25:01 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 18 12:43:24 2010 -0700 |
tree | 37583b97574c2237448fff018cbf63be6c3b9d1b | |
parent | 06eaaa783c9ba36ac45143eaa3b707f804d377a4 [diff] |
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>