summaryrefslogtreecommitdiffstats
path: root/test cases/common/190 install_mode/test.json
blob: a58caa18ed788f1541b0e07f30f4c7c9a49b24a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "installed": [
    {"type": "file", "file": "usr/bin/runscript.sh"},
    {"type": "exe", "file": "usr/bin/trivialprog"},
    {"type": "pdb", "file": "usr/bin/trivialprog"},
    {"type": "file", "file": "usr/include/config.h"},
    {"type": "file", "file": "usr/include/rootdir.h"},
    {"type": "file", "file": "usr/libtest/libstat.a"},
    {"type": "file", "file": "usr/share/man/man1/foo.1"},
    {"type": "file", "file": "usr/share/sub1/second.dat"},
    {"type": "file", "file": "usr/share/sub2/stub"},
    {"type": "file", "file": "usr/subdir/data.dat"}
  ],
  "do_not_set_opts": ["libdir"],
  "stdout": [
    {
      "line": ".* DEPRECATION: install_mode with the sticky bit on a file",
      "match": "re",
      "count": 3
    }
  ]
}