summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/usr.sbin/mtree/d_convert.in
blob: 6a1abb07e1b02b5dffb517f34ed2dffcd6ab86e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Similar to d_create.out, but a few entries have been deleted; nlink,
# size and sha256 attributes have been removed; and the order has been
# changed to test sorting.

# .
.               type=dir
    a.symlink.1 type=link link=a.file.1
    top.dangling type=link link=nonexistent
    top.symlink.b \
                type=link link=b

# ./b
b               type=dir
    b.file.2    type=file
    b.file.1    type=file
# end ./b, up to "."
..

    top.file.1  type=file

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

# ./a/1
1               type=dir
    a1.file.1   type=file
# end ./a/1, up to "./a"
..

    a.file.1    type=file

# ./a/2
2               type=dir
# end ./a/2, up to "./a"
..

# end ./a, up to "."
..

OpenPOWER on IntegriCloud