X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55aafbb07904ca24390dd47ea960eae7cb2b909a..8d3aec7a9485d0bec6b672d0b9097e02a1ceea09:/services/fuse/tests/test_mount_type.py diff --git a/services/fuse/tests/test_mount_type.py b/services/fuse/tests/test_mount_type.py index 79f2f32108..fffa41f49c 100644 --- a/services/fuse/tests/test_mount_type.py +++ b/services/fuse/tests/test_mount_type.py @@ -21,7 +21,7 @@ class MountTypeTest(IntegrationTest): toks[4] for toks in [ line.split(' ') - for line in subprocess.check_output("mount").split("\n") + for line in subprocess.check_output("mount").decode().split("\n") ] if len(toks) > 4 and toks[2] == mnt ])