1{
2 "case": "t014",
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 "hello": "moon"
20 },
21 "expected_exit": 0,
22 "options": "",
23 "options_mode": "argv",
24 "output_mode": "exact",
25 "setup": [],
26 "source_script": "features/export",
27 "stdin": "",
28 "suite": "gnu",
29 "timeout_seconds": 60
30}