bugfix: Resolve perl install test bug (#16501)

This commit is contained in:
Tamara Dahlgren
2020-05-06 19:42:53 -07:00
committed by Tamara Dahlgren
parent fd46f67d63
commit fb145df4f4

View File

@@ -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