]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: adapt the tests to the fuse => fusefs rename
authorasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 00:11:43 +0000 (00:11 +0000)
committerasomers <asomers@FreeBSD.org>
Thu, 21 Mar 2019 00:11:43 +0000 (00:11 +0000)
commit3a8d0f3f84b7290ed2d049892aa9c0b51bf834a3
tree778397a2fa5d593e93fbe2072b20c73fc7f581ce
parentb57b317b3b8b7132095d8d38ab4198380ba88d34
fusefs: adapt the tests to the fuse => fusefs rename

Sponsored by: The FreeBSD Foundation
36 files changed:
etc/mtree/BSD.tests.dist
tests/sys/fs/Makefile
tests/sys/fs/fusefs/Makefile [moved from tests/sys/fs/fuse/Makefile with 99% similarity]
tests/sys/fs/fusefs/access.cc [moved from tests/sys/fs/fuse/access.cc with 100% similarity]
tests/sys/fs/fusefs/create.cc [moved from tests/sys/fs/fuse/create.cc with 100% similarity]
tests/sys/fs/fusefs/default_permissions.cc [moved from tests/sys/fs/fuse/default_permissions.cc with 100% similarity]
tests/sys/fs/fusefs/destroy.cc [moved from tests/sys/fs/fuse/destroy.cc with 100% similarity]
tests/sys/fs/fusefs/flush.cc [moved from tests/sys/fs/fuse/flush.cc with 100% similarity]
tests/sys/fs/fusefs/fsync.cc [moved from tests/sys/fs/fuse/fsync.cc with 100% similarity]
tests/sys/fs/fusefs/fsyncdir.cc [moved from tests/sys/fs/fuse/fsyncdir.cc with 100% similarity]
tests/sys/fs/fusefs/getattr.cc [moved from tests/sys/fs/fuse/getattr.cc with 100% similarity]
tests/sys/fs/fusefs/interrupt.cc [moved from tests/sys/fs/fuse/interrupt.cc with 100% similarity]
tests/sys/fs/fusefs/link.cc [moved from tests/sys/fs/fuse/link.cc with 100% similarity]
tests/sys/fs/fusefs/locks.cc [moved from tests/sys/fs/fuse/locks.cc with 100% similarity]
tests/sys/fs/fusefs/lookup.cc [moved from tests/sys/fs/fuse/lookup.cc with 100% similarity]
tests/sys/fs/fusefs/mkdir.cc [moved from tests/sys/fs/fuse/mkdir.cc with 100% similarity]
tests/sys/fs/fusefs/mknod.cc [moved from tests/sys/fs/fuse/mknod.cc with 100% similarity]
tests/sys/fs/fusefs/mockfs.cc [moved from tests/sys/fs/fuse/mockfs.cc with 100% similarity]
tests/sys/fs/fusefs/mockfs.hh [moved from tests/sys/fs/fuse/mockfs.hh with 98% similarity]
tests/sys/fs/fusefs/open.cc [moved from tests/sys/fs/fuse/open.cc with 100% similarity]
tests/sys/fs/fusefs/opendir.cc [moved from tests/sys/fs/fuse/opendir.cc with 100% similarity]
tests/sys/fs/fusefs/read.cc [moved from tests/sys/fs/fuse/read.cc with 100% similarity]
tests/sys/fs/fusefs/readdir.cc [moved from tests/sys/fs/fuse/readdir.cc with 100% similarity]
tests/sys/fs/fusefs/readlink.cc [moved from tests/sys/fs/fuse/readlink.cc with 100% similarity]
tests/sys/fs/fusefs/release.cc [moved from tests/sys/fs/fuse/release.cc with 100% similarity]
tests/sys/fs/fusefs/releasedir.cc [moved from tests/sys/fs/fuse/releasedir.cc with 100% similarity]
tests/sys/fs/fusefs/rename.cc [moved from tests/sys/fs/fuse/rename.cc with 100% similarity]
tests/sys/fs/fusefs/rmdir.cc [moved from tests/sys/fs/fuse/rmdir.cc with 100% similarity]
tests/sys/fs/fusefs/setattr.cc [moved from tests/sys/fs/fuse/setattr.cc with 100% similarity]
tests/sys/fs/fusefs/statfs.cc [moved from tests/sys/fs/fuse/statfs.cc with 100% similarity]
tests/sys/fs/fusefs/symlink.cc [moved from tests/sys/fs/fuse/symlink.cc with 100% similarity]
tests/sys/fs/fusefs/unlink.cc [moved from tests/sys/fs/fuse/unlink.cc with 100% similarity]
tests/sys/fs/fusefs/utils.cc [moved from tests/sys/fs/fuse/utils.cc with 98% similarity]
tests/sys/fs/fusefs/utils.hh [moved from tests/sys/fs/fuse/utils.hh with 100% similarity]
tests/sys/fs/fusefs/write.cc [moved from tests/sys/fs/fuse/write.cc with 97% similarity]
tests/sys/fs/fusefs/xattr.cc [moved from tests/sys/fs/fuse/xattr.cc with 100% similarity]