]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r290265,r290267,r290270:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Nov 2015 09:20:01 +0000 (09:20 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Nov 2015 09:20:01 +0000 (09:20 +0000)
commitb66cf7f6cae5695ad7513d8eb41730cc288b51c2
treebc0c50586e8da26dccc930b0bf15c0521590634a
parente73e8e30acefd6eac1411495001631974ce1b45b
MFC r290265,r290267,r290270:

r290265:

Add testcases for -t cd9660 -o isolevel=[1-3]

-- -o isolevel=1 currently fails because of path comparison issues,
   so mark it as an expected failure.
-- -o isolevel=3 is not implemented, so expect it to fail as an out
   of bounds value [*].

PR: 203645
Sponsored by: EMC / Isilon Storage Division

r290267:

Clean up mtree keyword support a slight bit and add a few more default keywords

- Parameterize the mtree keywords as $DEFAULT_MTREE_KEYWORDS
- Test with the extra mtree keywords, `mode,gid,uid`.
- Add a note about mtrees with time support not working with makefs right now

Sponsored by: EMC / Isilon Storage Division

r290270:

Add testcases for -t ffs -o version=[12]

Verify the filesystem type using dumpfs. Add preliminary support
for NetBSD (needs to be validated)

Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@290594 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/makefs/tests/makefs_cd9660_tests.sh
usr.sbin/makefs/tests/makefs_ffs_tests.sh
usr.sbin/makefs/tests/makefs_tests_common.sh