main shinobi / tests / mk / shin / ninja / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "ninja",
 4  "compare_output": true,
 5  "description": "existing outputs should be clean on first ninja run without a .ninja_log entry",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "out",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "input\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707200,
18      "path": "in"
19    },
20    {
21      "content": "input\n",
22      "kind": "file",
23      "mode": "0644",
24      "mtime": 1778707210,
25      "path": "out"
26    }
27  ],
28  "stdin": "",
29  "suite": "shin",
30  "timeout_seconds": 60
31}