1{
2 "case": "t005",
3 "category": "variables/INCLUDE_DIRS",
4 "compare_output": true,
5 "description": "Test the .INCLUDE_DIRS special variable.",
6 "details": "",
7 "env": {},
8 "expected_exit": 0,
9 "options": "-I somedir",
10 "options_mode": "shell",
11 "output_mode": "exact",
12 "setup": [
13 {
14 "kind": "dir",
15 "mode": "0755",
16 "mtime": 1778707230,
17 "path": "somedir"
18 }
19 ],
20 "source_script": "variables/INCLUDE_DIRS",
21 "stdin": "",
22 "suite": "gnu",
23 "timeout_seconds": 60
24}