summaryrefslogtreecommitdiff
path: root/test cases/common/59 install subdir/test.json
blob: 0dd885cb588a967a0734dbde093125f3862cd106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "installed": [
    {"type": "file", "file": "usr/share/dircheck/fifth.dat"},
    {"type": "file", "file": "usr/share/dircheck/seventh.dat"},
    {"type": "file", "file": "usr/share/dircheck/ninth.dat"},
    {"type": "file", "file": "usr/share/eighth.dat"},
    {"type": "file", "file": "usr/share/fourth.dat"},
    {"type": "file", "file": "usr/share/sixth.dat"},
    {"type": "file", "file": "usr/share/sub1/data1.dat"},
    {"type": "file", "file": "usr/share/sub1/second.dat"},
    {"type": "file", "file": "usr/share/sub1/third.dat"},
    {"type": "file", "file": "usr/share/sub1/sub2/data2.dat"},
    {"type": "file", "file": "usr/share/sub2/one.dat"},
    {"type": "file", "file": "usr/share/sub2/dircheck/excluded-three.dat"},
    {"type": "dir", "file": "usr/share/new_directory"}
  ]
}