Missing test.

This commit is contained in:
Raphael Reitzig 2018-07-14 22:32:52 +02:00
parent debd5e2d66
commit 81eecf50d8

9
test/10_zombies_new.fish Normal file
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