Re: [PATCH] t9143: do not fail when unhandled.log.gz is not created
From: Eric Wong <hidden> Date: 2016-06-15 22:50:12
Torsten Bögershausen [off-list ref] wrote:
If you agree, I will send a V2 version of the patch, which
will use the following:
---------------------------
if test -r .git/svn/refs/remotes/git-svn/unhandled.log.gz
then
test_expect_success 'git svn gc produces a valid gzip file' '
gunzip .git/svn/refs/remotes/git-svn/unhandled.log.gz
'
fi
Yes, it's definitely a better test. Thanks!
--
Eric Wong