Simplify tests.

This commit is contained in:
Raphael Reitzig 2019-11-06 21:43:59 +01:00
parent 745e8441d2
commit b5bec7bb45
3 changed files with 1 additions and 6 deletions

View file

@ -0,0 +1,9 @@
switch "$PATH"
case "*sdkman/candidates/crash/*"
echo "Uninstalled candidate in PATH"
sdk list crash | head -10
echo $PATH
exit 1
case "*"
echo "OKAY"
end