main shinobi / tests / mk / gnu / misc / general4 / t008 / test.json
 1{
 2  "case": "t008",
 3  "category": "misc/general4",
 4  "compare_output": true,
 5  "description": "\nThis tests random features of make's algorithms, often somewhat obscure,\nwhich have either broken at some point in the past or seem likely to\nbreak.",
 6  "details": "",
 7  "env": {
 8    "PATH": "#PATH#:sd"
 9  },
10  "expected_exit": 512,
11  "options": "",
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [
15    {
16      "kind": "dir",
17      "mode": "0755",
18      "mtime": 1778707217,
19      "path": "dir"
20    },
21    {
22      "kind": "dir",
23      "mode": "0755",
24      "mtime": 1778707217,
25      "path": "dir/subdir"
26    },
27    {
28      "kind": "dir",
29      "mode": "0755",
30      "mtime": 1778707217,
31      "path": "sd"
32    },
33    {
34      "content": "exit 0\n",
35      "kind": "file",
36      "mode": "0755",
37      "mtime": 1778707217,
38      "path": "sd/foobar"
39    }
40  ],
41  "source_script": "misc/general4",
42  "stdin": "",
43  "suite": "gnu",
44  "timeout_seconds": 60
45}