Skip to content

Commit 0b55a76

Browse files
committed
tests(cmd[git]): Update git config response for behavior after git 2.43
1 parent 082283c commit 0b55a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvcs/cmd/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ def config(
16431643
>>> git = Git(path=example_git_repo.path)
16441644
16451645
>>> git.config()
1646-
'usage: git config ...'
1646+
'error: no action specified'
16471647
16481648
>>> git.config(_list=True)
16491649
'...user.email=...'

0 commit comments

Comments
 (0)