]> git.ipfire.org Git - thirdparty/git.git/commit
t9200: handle missing CVS with skip_all
authorPablo Sabater <pabloosabaterr@gmail.com>
Wed, 11 Mar 2026 19:40:02 +0000 (20:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Mar 2026 19:53:16 +0000 (12:53 -0700)
commit6523589a2c034de168f6240d040e0910f7aeddda
treed542487a5d8c4cbada19fc50c0642b805203aeb4
parent4aa72ea1f64e8ddcd1865c76b24591c0916c0b5d
t9200: handle missing CVS with skip_all

CVS initialization runs outside a test_expect_success and when it
fails, the error report isn't good.

Wrap CVS initialization in a skip_all check so when CVS initialization
fails, the error report becomes clearer.

Move the Git repo initialization into its own test_expect_success instead
of being in the same CVS check.

Signed-off-by: Pablo Sabater <pabloosabaterr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9200-git-cvsexportcommit.sh