1{
2 "case": "t001",
3 "category": "functions/suffix",
4 "compare_output": true,
5 "description": "The following test creates a makefile to test the suffix\nfunction. \n",
6 "details": "The suffix function will return the string following the last _._\nthe list provided. It will provide all of the unique suffixes found\nin the list. The long strings are sorted to remove duplicates.\n",
7 "env": {},
8 "expected_exit": 0,
9 "options": "",
10 "options_mode": "argv",
11 "output_mode": "exact",
12 "setup": [],
13 "source_script": "functions/suffix",
14 "stdin": "",
15 "suite": "gnu",
16 "timeout_seconds": 60
17}