Lines Matching refs:create
59 rm -fr create
60 mkdir -p create/a/1 create/a/2 create/b
62 for file in create/top.file.1 \
63 create/a/a.file.1 \
64 create/a/a.file.2 \
65 create/a/1/a1.file.1 \
66 create/b/b.file.1 \
67 create/b/b.file.2
72 ln create/b/b.file.1 create/b/b.hardlink.1
74 ln create/b/b.file.2 create/a/a.hardlink.b2
76 ln -s a.file.1 create/a.symlink.1
78 ln -s b create/top.symlink.b
80 ln -s nonexistent create/top.dangling
88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
126 ( cd create && mtree -F ${FLAVOR} ) <"$(atf_get_srcdir)/${FLAVOR}_d_create.out" >output \