X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2ab1b540a710fd454f33e9ba22db601e67f3d217..1a169a434494175b208d0d5055bb42333d9b64b9:/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 f6a3e894ed..fffa41f49c 100644 --- a/services/fuse/tests/test_mount_type.py +++ b/services/fuse/tests/test_mount_type.py @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + import logging import subprocess @@ -17,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 ])