mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Updated "none shell" test
This commit is contained in:
parent
4e2b5c7d00
commit
f4320aa1f0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def test_completion_alone(script):
|
|||
Test getting completion for none shell, just pip completion
|
||||
"""
|
||||
result = script.pip('completion', expect_error=True)
|
||||
assert 'ERROR: You must pass --bash or --zsh' in result.stderr, \
|
||||
assert 'ERROR: You must pass --bash or --fish or --zsh' in result.stderr, \
|
||||
'completion alone failed -- ' + result.stderr
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue