Add an integration test for binary result output

Change-Id: I46687b82cd828a25a3897dce020dc39c096872f0
Related: https://github.com/ansible-community/ara/issues/48
This commit is contained in:
David Moreau Simard 2019-11-15 16:28:28 -05:00
parent 26485a2933
commit 802342c01d
No known key found for this signature in database
GPG Key ID: 938880DAFC753E80
1 changed files with 4 additions and 0 deletions

View File

@ -64,3 +64,7 @@
tags:
- untag
- verytag
- name: Echo a binary string
command: echo -e '\x80abc'
changed_when: false