Skip to content

Commit

Permalink
t9600: test cvsimport from CVS working tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Dec 2, 2007
1 parent 1d55735 commit 4e596e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions t/t9600-cvsimport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e596e9

Please sign in to comment.