13647: Use cluster config instead of custom keepstore config.
[arvados.git] / services / fuse / tests / test_mount_type.py
index 79f2f321080cefac4b87a28f7511e4e7a91baf3f..fffa41f49cc2a0daec58517d43fd1b8f2825ea15 100644 (file)
@@ -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
         ])