1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/blockinfile
Sam Doran 8b1ae30e2e
Use bytes rather than native string for result (#46281)
This prevents a stack trace in Python 3 when the result is an empty file since
the file is open in binary mode and a native string in Python 3 is str,
not bytes.
2018-09-28 16:04:50 -04:00
..
files Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
meta Add integration test targets for core supported modules (#24217) 2017-05-10 09:19:11 -04:00
tasks Use bytes rather than native string for result (#46281) 2018-09-28 16:04:50 -04:00
aliases Update Shippable integration test groups. (#43118) 2018-07-23 20:46:22 -07:00