Browse Source

t9600: test cvsimport from CVS working tree

This test passes with v1.5.3.7, but not with v1.5.3.6.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jeff King 17 years ago committed by Junio C Hamano
parent
commit
4e596e988a
  1. 12
      t/t9600-cvsimport.sh

12
t/t9600-cvsimport.sh

@ -119,4 +119,16 @@ test_expect_success 'cvsimport.module config works' ' @@ -119,4 +119,16 @@ test_expect_success 'cvsimport.module config works' '

'

test_expect_success 'import from a CVS working tree' '

cvs co -d import-from-wt module &&
cd import-from-wt &&
git cvsimport -a -z0 &&
echo 1 >expect &&
git log -1 --pretty=format:%s%n >actual &&
git diff actual expect &&
cd ..

'

test_done

Loading…
Cancel
Save