mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Fix for run_command tests now that it returns native strings
This commit is contained in:
parent
125a8d3c65
commit
08a58ae025
3 changed files with 21 additions and 4 deletions
|
@ -405,7 +405,7 @@ MTAB_ENTRIES = \
|
|||
|
||||
BIND_MOUNTS = ['/not/a/real/bind_mount']
|
||||
|
||||
FINDMNT_OUTPUT = b"""
|
||||
FINDMNT_OUTPUT = u"""
|
||||
/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime,seclabel
|
||||
/proc proc proc rw,nosuid,nodev,noexec,relatime
|
||||
/dev devtmpfs devtmpfs rw,nosuid,seclabel,size=8044400k,nr_inodes=2011100,mode=755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue