aboutsummaryrefslogtreecommitdiff
path: root/t/t9600-cvsimport.sh
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2009-02-23 06:08:12 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-23 21:56:46 -0800
commitcefa318ddbc8565b50ac2eb9b6aab93e26cc0abe (patch)
tree861ef1b672c36e8e4f8b1af8c9c4d23fe9ac6706 /t/t9600-cvsimport.sh
parent161261b12b3777bc78ef3fbe84ccf595dd195704 (diff)
downloadgit-cefa318ddbc8565b50ac2eb9b6aab93e26cc0abe.tar.gz
git-cefa318ddbc8565b50ac2eb9b6aab93e26cc0abe.tar.xz
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 3110a8ce3..e3734b3ba 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