mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 21:27:11 -07:00
Simplify tests.
This commit is contained in:
parent
745e8441d2
commit
b5bec7bb45
3 changed files with 1 additions and 6 deletions
9
test/check_for_path_zombies.fish
Normal file
9
test/check_for_path_zombies.fish
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue