aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/top.status
Commit message (Collapse)AuthorAge
* Rewrite fishscript testrunner for better outputGravatar Kevin Ballard2014-10-02
| | | | | Update the fishscript testrunner to use the same output style as the interactive testrunner.
* don't parse the options that should be passed to fish scriptsGravatar Grissiom2010-10-03
This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases.