From 81eecf50d8a988db6dcc7c279c96ac95d629ae50 Mon Sep 17 00:00:00 2001 From: Raphael Reitzig <4246780+reitzig@users.noreply.github.com> Date: Sat, 14 Jul 2018 22:32:52 +0200 Subject: [PATCH] Missing test. --- test/10_zombies_new.fish | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/10_zombies_new.fish diff --git a/test/10_zombies_new.fish b/test/10_zombies_new.fish new file mode 100644 index 0000000..ff928a6 --- /dev/null +++ b/test/10_zombies_new.fish @@ -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