Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Dec 1, 2024
1 parent 0bda04d commit b3f0228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_six.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_map():

def test_getoutput():
from six.moves import getoutput
output = getoutput('echo "foo"')
output = getoutput('echo foo', shell=False)
assert output == 'foo'


Expand Down

0 comments on commit b3f0228

Please sign in to comment.