main shinobi / tests / mk / gnu / features / exec / t011 / test.json
 1{
 2  "case": "t011",
 3  "category": "features/exec",
 4  "compare_output": true,
 5  "description": "",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "SHELL=/bin/sh CMD=./exec.cmd.10",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "#!/usr/bin/bash\nprintf \"hello, world\\n\";\n",
15      "kind": "file",
16      "mode": "0700",
17      "mtime": 1778707191,
18      "path": "exec.cmd.10"
19    }
20  ],
21  "source_script": "features/exec",
22  "stdin": "",
23  "suite": "gnu",
24  "timeout_seconds": 60
25}