selftest/filter: PY3 Make filter-subunit forgiving of decoding errors
authorNoel Power <noel.power@suse.com>
Fri, 5 Oct 2018 15:49:45 +0000 (16:49 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2018 03:50:28 +0000 (05:50 +0200)
commit55f51476ac6ed9a653bd9e9695b1dc4783b32ce3
tree86ff3d4c71fae561fe51d4dfa2fa3274f15454a6
parentb142e28e35628fb815cdb16830b12c77d5142455
selftest/filter: PY3 Make filter-subunit forgiving of decoding errors

samba4.local.ndr for one is a test that outputs string in an encoding
that stdin.readline() guesses to be utf8 (but it isn't) filter subunit
can afford to be forgiving of some random text that can't be decoded as
utf8 so lets do that.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/filter-subunit