mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-04 22:34:44 +08:00

fish_run_tests.sh was failing because its final command was a variable test which was usually false. Switch to an if statement so the result is true.