mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
issue #27 Fish 3 compatibility: Remove math/test condition completely.
This commit is contained in:
parent
6934dbfb0f
commit
018c9f01a3
1 changed files with 1 additions and 1 deletions
|
@ -52,4 +52,4 @@ rm {sout,status,path}_{bash,fish}
|
|||
|
||||
echo "Ran $test_count commands with 3 checks each."
|
||||
echo "$failures/$check_count checks failed."
|
||||
exit (test $failures != 0)
|
||||
exit $failures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue