main shinobi / tests / mk / gnu / features / export / t003 / test.json
 1{
 2  "case": "t003",
 3  "category": "features/export",
 4  "compare_output": true,
 5  "description": "Check GNU Make export/unexport commands.",
 6  "details": "",
 7  "env": {
 8    "FOO": "1"
 9  },
10  "expected_exit": 0,
11  "options": "EXPORT_ALL=1",
12  "options_mode": "shell",
13  "output_mode": "exact",
14  "setup": [],
15  "source_script": "features/export",
16  "stdin": "",
17  "suite": "gnu",
18  "timeout_seconds": 60
19}