14870: Adjust edge case some more, a file named '\' isn't legal either
[arvados.git] / services / fuse / tests / test_mount.py
index bed81ad7273d3fb4f16c295447dba9c0bb5d9dce..2b3dd2e41b9c55d4d4b3d8ccd8aa8ec37112da5b 100644 (file)
@@ -78,11 +78,11 @@ class FuseMountTest(MountTestBase):
         cw.write("data 8")
 
         cw.start_new_stream('edgecases')
-        for f in ":/.../-/*/\x01\\/ ".split("/"):
+        for f in ":/.../-/*/ ".split("/"):
             cw.start_new_file(f)
             cw.write('x')
 
-        for f in ":/.../-/*/\x01\\/ ".split("/"):
+        for f in ":/.../-/*/ ".split("/"):
             cw.start_new_stream('edgecases/dirs/' + f)
             cw.start_new_file('x/x')
             cw.write('x')