Home | History | Annotate | Line # | Download | only in mtree
d_convert.in revision 1.1
      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.
      4 
      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
     11 
     12 # ./b
     13 b               type=dir
     14     b.file.2    type=file
     15     b.file.1    type=file
     16 # end ./b, up to "."
     17 ..
     18 
     19     top.file.1  type=file
     20 
     21 # ./a
     22 a               type=dir
     23     a.file.2    type=file
     24 
     25 # ./a/1
     26 1               type=dir
     27     a1.file.1   type=file
     28 # end ./a/1, up to "./a"
     29 ..
     30 
     31     a.file.1    type=file
     32 
     33 # ./a/2
     34 2               type=dir
     35 # end ./a/2, up to "./a"
     36 ..
     37 
     38 # end ./a, up to "."
     39 ..
     40 
     41