main shinobi / tests / mk / gnu / features / export / t011 / test.json
 1{
 2  "case": "t011",
 3  "category": "features/export",
 4  "compare_output": true,
 5  "description": "Check GNU Make export/unexport commands.",
 6  "details": "",
 7  "env": {
 8    "A": "1",
 9    "B": "2",
10    "C": "3",
11    "D": "4",
12    "E": "5",
13    "F": "6",
14    "FOO": "1",
15    "G": "7",
16    "H": "8",
17    "I": "9",
18    "J": "10"
19  },
20  "expected_exit": 0,
21  "options": "",
22  "options_mode": "argv",
23  "output_mode": "exact",
24  "setup": [],
25  "source_script": "features/export",
26  "stdin": "",
27  "suite": "gnu",
28  "timeout_seconds": 60
29}