diff options
Diffstat (limited to 'test cases/common/62 install subdir/test.json')
-rw-r--r-- | test cases/common/62 install subdir/test.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test cases/common/62 install subdir/test.json b/test cases/common/62 install subdir/test.json new file mode 100644 index 0000000..88c6f4b --- /dev/null +++ b/test cases/common/62 install subdir/test.json @@ -0,0 +1,16 @@ +{ + "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"} + ] +} |