main shinobi / tests / mk / gnu / misc / close_stdout / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "misc/close_stdout",
 4  "compare_output": true,
 5  "description": "Make sure make exits with an error if stdout is full.",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 256,
 9  "options": "-v \u003e /dev/full",
10  "options_mode": "shell",
11  "output_mode": "regex",
12  "setup": [],
13  "source_script": "misc/close_stdout",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}