Skip to content

Update test builtin option parsing

Dan Robertson requested to merge dlrobertson:fix_test_builtin into master

Do not use check_help for parsing the help options for the test builtin. The test builtin uses the -h option to check if the argument provided is the path to a symbolic link.

Fixes: #653 (closed)

Merge request reports