svn commit: r289897 - head/usr.sbin/makefs/tests

NGie Cooper yaneurabeya at gmail.com
Sat Oct 24 22:14:03 UTC 2015


> On Oct 24, 2015, at 15:12, Garrett Cooper <ngie at FreeBSD.org> wrote:
> 
> Author: ngie
> Date: Sat Oct 24 22:12:23 2015
> New Revision: 289897
> URL: https://svnweb.freebsd.org/changeset/base/289897
> 
> Log:
>  Add more cd9660/FFS makefs testcases
> 
>  General changes:
>  - Parameterize out the mount command.
>  - Use mtree to verify the contents of an image (check_image_contents) instead
>    of using diff (diff verifies content, but not file metadata).
>  - Move common logic out to functions (common_cleanup, mount_image,
>    check_image_contents)
>  - Add stub testcases for makefs -D (crashes with SIGBUS, similar to bug # 192839)
>  - Add a note about the ISO-9660 and rockridge specs
>  - Add testcases that exercise:
>  -- Creating disk images from an mtree and multiple directories.
>  -- -F flag use (not really an extensive testcase right now)
> 
>  cd9660-specific test changes:
> 
>  - Remove an XXX comment about symlinks; I forgot that non-rockridge images turn
>    symlinks into hard links.

I meant “regular files”, not “hard links"


More information about the svn-src-all mailing list