main shinobi / tests / mk / gnu / options / dash-W / t003 / test.json
 1{
 2  "case": "t003",
 3  "category": "options/dash-W",
 4  "compare_output": true,
 5  "description": "Test make -W (what if) option.\n",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "-W b.x",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707218,
18      "path": "a.x"
19    },
20    {
21      "content": "\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707218,
25      "path": "b.x"
26    }
27  ],
28  "source_script": "options/dash-W",
29  "stdin": "",
30  "suite": "gnu",
31  "timeout_seconds": 60
32}