main shinobi / tests / mk / gnu / functions / shell / t016 / test.json
 1{
 2  "case": "t016",
 3  "category": "functions/shell",
 4  "compare_output": true,
 5  "description": "Test the $(shell ...) function.",
 6  "details": "",
 7  "env": {
 8    "FOO": "baz",
 9    "HI": "outer"
10  },
11  "expected_exit": 0,
12  "options": "",
13  "options_mode": "argv",
14  "output_mode": "exact",
15  "setup": [],
16  "source_script": "functions/shell",
17  "stdin": "",
18  "suite": "gnu",
19  "timeout_seconds": 60
20}