-
Derek Stavis authored
Since `test` interprets arguments starting with a single dash as options when comparing `test -h = --help` just swap parameter orders as in `test --help = -h`. Also related to issue #161 is the issue from fish repository at fish-shell/fish-shell#2332
3fb8b348