main shinobi / tests / mk / gnu / variables / negative / t004 / test.json
 1{
 2  "case": "t004",
 3  "category": "variables/negative",
 4  "compare_output": true,
 5  "description": "Run some negative tests (things that should fail).",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 512,
 9  "options": [
10    "x=$(other"
11  ],
12  "options_mode": "argv",
13  "output_mode": "exact",
14  "setup": [],
15  "source_script": "variables/negative",
16  "stdin": "",
17  "suite": "gnu",
18  "timeout_seconds": 60
19}