1{
2 "case": "t005",
3 "category": "features/temp_stdin",
4 "compare_output": true,
5 "description": "Test handling of temporary file created from stdin.",
6 "details": "",
7 "env": {},
8 "expected_exit": 0,
9 "options": "-R --debug=b -f-",
10 "options_mode": "shell",
11 "output_mode": "regex",
12 "setup": [
13 {
14 "content": "moon:=2\n\n",
15 "kind": "file",
16 "mode": "0644",
17 "mtime": 1778706610,
18 "path": "bye.mk"
19 },
20 {
21 "content": "world:=1\n",
22 "kind": "file",
23 "mode": "0644",
24 "mtime": 1778707210,
25 "path": "input.mk"
26 }
27 ],
28 "source_script": "features/temp_stdin",
29 "stdin": "world:=1\n",
30 "suite": "gnu",
31 "timeout_seconds": 60
32}