]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/360: Create symlink with valid path
authorJan Kara <jack@suse.cz>
Wed, 14 Jun 2017 07:19:20 +0000 (09:19 +0200)
committerEryu Guan <eguan@redhat.com>
Wed, 14 Jun 2017 07:27:09 +0000 (15:27 +0800)
commit0a2d8332195abc8520d2e553bda01fdf6587c9bb
treef593809d053b5b1fd324101ea96f3d93ea2ec0f5
parent7e442cf0cf95ae7b110935c810859007a580a2ed
generic/360: Create symlink with valid path

A test is creating symlink with a path containing name 1023 characters
long. Such file name is invalid for most filesystems (the limit on file
name lenght is mostly 255 characters) and UDF actually complains about
this and so the test fails. Since the point of this test is to verify
storage of the symlink, change the test to use a valid path where each
component name has only 254 characters.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/360
tests/generic/360.out