bugfix: Resolve perl install test bug (#16501)
This commit is contained in:
committed by
Tamara Dahlgren
parent
fd46f67d63
commit
fb145df4f4
@@ -375,4 +375,4 @@ def test(self):
|
||||
msg = 'Hello, World!'
|
||||
output = perl('-e', 'use warnings; use strict;\nprint("%s");' % msg,
|
||||
output=str.split, error=str.split)
|
||||
assert output == message
|
||||
assert output == msg
|
||||
|
||||
Reference in New Issue
Block a user