Skip to content

Commit b3f0228

Browse files
committed
x
1 parent 0bda04d commit b3f0228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_six.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_map():
233233

234234
def test_getoutput():
235235
from six.moves import getoutput
236-
output = getoutput('echo "foo"')
236+
output = getoutput('echo foo', shell=False)
237237
assert output == 'foo'
238238

239239

0 commit comments

Comments
 (0)