Remove building with NOCRYPTO option
[minix3.git] / tests / usr.sbin / mtree / d_convert.in
blob6a1abb07e1b02b5dffb517f34ed2dffcd6ab86e3
1 # Similar to d_create.out, but a few entries have been deleted; nlink,
2 # size and sha256 attributes have been removed; and the order has been
3 # changed to test sorting.
5 # .
6 .               type=dir
7     a.symlink.1 type=link link=a.file.1
8     top.dangling type=link link=nonexistent
9     top.symlink.b \
10                 type=link link=b
12 # ./b
13 b               type=dir
14     b.file.2    type=file
15     b.file.1    type=file
16 # end ./b, up to "."
19     top.file.1  type=file
21 # ./a
22 a               type=dir
23     a.file.2    type=file
25 # ./a/1
26 1               type=dir
27     a1.file.1   type=file
28 # end ./a/1, up to "./a"
31     a.file.1    type=file
33 # ./a/2
34 2               type=dir
35 # end ./a/2, up to "./a"
38 # end ./a, up to "."