Closed
Description
In 43a4a74, the test fails and shows the issue in td.sh
if consider -1
as a possible option. It should be supplied like:
$ td.sh -- -1
The options parsing should be replaced with getopt
or getopts
if they resolve the issue.