]> Sergey Matveev's repositories - public-inbox.git/commit
lei add-external --mirror: quiet unlink error on ENOENT
authorEric Wong <e@80x24.org>
Fri, 10 Sep 2021 09:15:36 +0000 (09:15 +0000)
committerEric Wong <e@80x24.org>
Fri, 10 Sep 2021 09:18:32 +0000 (09:18 +0000)
commit9fefe38c7415a00fe7f73bf77096ebeacd0e1150
tree22055c2f8435f70b15a64348df1e44e80fa808d9
parentde39bfcb19571f5c723c03d35a26a7af2e03d993
lei add-external --mirror: quiet unlink error on ENOENT

If the mirror.done file doesn't exist for unlink, it's because
we already got another error, so don't confuse users by noting
an unlink error since the ENOENT is expected in the face of
other errors.
lib/PublicInbox/LeiMirror.pm
t/lei-mirror.t