[ARVADOS] updated: 1.3.0-431-ga822d4b79

Git user git at public.curoverse.com
Wed Mar 6 15:59:52 EST 2019


Summary of changes:
 services/fuse/tests/test_mount.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  a822d4b790c0b7cec3ec22dc4c7d638f763ec665 (commit)
      from  50bff1db5788643b2f5b6afea887d95bfe797be8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a822d4b790c0b7cec3ec22dc4c7d638f763ec665
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Mar 6 15:59:06 2019 -0500

    14870: Adjust edge case some more, a file named '\' isn't legal either
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index 6d0e4ce4a..2b3dd2e41 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -78,11 +78,11 @@ class FuseMountTest(MountTestBase):
         cw.write("data 8")
 
         cw.start_new_stream('edgecases')
-        for f in ":/.../-/*/\\/ ".split("/"):
+        for f in ":/.../-/*/ ".split("/"):
             cw.start_new_file(f)
             cw.write('x')
 
-        for f in ":/.../-/*/\\/ ".split("/"):
+        for f in ":/.../-/*/ ".split("/"):
             cw.start_new_stream('edgecases/dirs/' + f)
             cw.start_new_file('x/x')
             cw.write('x')

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list