mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
Missing test.
This commit is contained in:
parent
debd5e2d66
commit
81eecf50d8
1 changed files with 9 additions and 0 deletions
9
test/10_zombies_new.fish
Normal file
9
test/10_zombies_new.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