[BACK]Return to d_create.out CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / util / mtree

File: [cvs.NetBSD.org] / src / tests / util / mtree / Attic / d_create.out (download)

Revision 1.2, Tue Apr 7 19:28:40 2009 UTC (15 years ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache, jym-xensuspend
Changes since 1.1: +3 -3 lines

Add tests for "mtree -C" and "mtree -D".  Add "link" keyword to
previous mtree tests.

#	   user: x
#	machine: x
#	   tree: x
#	   date: x

# .
/set type=file nlink=1
.               type=dir nlink=4
    a.symlink.1 type=link link=a.file.1
    top.dangling \
                type=link link=nonexistent
    top.file.1  size=18 \
                sha256=74c53aaf0cd9543b7efad969de1058ee38859134ba467500b849811fc3513195
    top.symlink.b \
                type=link link=b

# ./a
a               type=dir nlink=4
    a.file.1    size=18 \
                sha256=bdbea62f7ccdf862f22254ea871d523845250010d5f233896e800142a859eef2
    a.file.2    size=18 \
                sha256=77876d113fe1b45a41f8d1d3e178aaad7f91fcd93d3df782690625b74ad90fe6
    a.hardlink.b2 \
                nlink=2 size=18 \
                sha256=784fd6b95fe5054d87bf268de51dea043031c5e985f668d4f51e1c759b0f9333

# ./a/1
1               type=dir nlink=2
    a1.file.1   size=21 \
                sha256=a062cd272facdd38c4fdeff2a18947b28c99a28a8fe51f88468978740382e592
# ./a/1
..


# ./a/2
2               type=dir nlink=2
# ./a/2
..

# ./a
..


# ./b
b               type=dir nlink=2
    b.file.1    nlink=2 size=18 \
                sha256=5754b0d97a8238ea0e495ab871667dcab8f1d684e323290ae76f70c47de18998
    b.file.2    nlink=2 size=18 \
                sha256=784fd6b95fe5054d87bf268de51dea043031c5e985f668d4f51e1c759b0f9333
    b.hardlink.1 \
                nlink=2 size=18 \
                sha256=5754b0d97a8238ea0e495ab871667dcab8f1d684e323290ae76f70c47de18998
# ./b
..