Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2009-02-23 08:08:12 +0300
committerJunio C Hamano <gitster@pobox.com>2009-02-24 08:56:46 +0300
commitcefa318ddbc8565b50ac2eb9b6aab93e26cc0abe (patch)
tree861ef1b672c36e8e4f8b1af8c9c4d23fe9ac6706 /t/t9600-cvsimport.sh
parent161261b12b3777bc78ef3fbe84ccf595dd195704 (diff)
Test contents of entire cvsimported "master" tree contents
Test added for completeness (it passes). Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9600-cvsimport.sh')
-rwxr-xr-xt/t9600-cvsimport.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9600-cvsimport.sh b/t/t9600-cvsimport.sh
index 3110a8ce36..e3734b3ba9 100755
--- a/t/t9600-cvsimport.sh
+++ b/t/t9600-cvsimport.sh
@@ -121,4 +121,6 @@ test_expect_success 'import from a CVS working tree' '
'
+test_expect_success 'test entire HEAD' 'test_cmp_branch_tree master'
+
test_done