X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug;fp=devel%2Fnmbug%2Fnmbug;h=c0e7c3c69cc635c6cf89328adf750e78faeef47f;hp=755bd7db8ee23ef4d8360a62d8096a55b5fc63e2;hb=0a1558471f70ec8591c9d40808d1ffd930742054;hpb=e263c5b1f9e21d049ab04be0bec3ec7dc5bbc30e diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 755bd7db..c0e7c3c6 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -308,7 +308,7 @@ def clone(repository): 'git', 'clone', '--no-checkout', '--separate-git-dir', NMBGIT, repository, workdir], wait=True) - _git(args=['config', '--unset', 'core.worktree'], wait=True) + _git(args=['config', '--unset', 'core.worktree'], wait=True, expect=(0, 5)) _git(args=['config', 'core.bare', 'true'], wait=True) _git(args=['branch', 'config', 'origin/config'], wait=True)