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

@ -46,5 +46,5 @@ script:
- ruby test/completion.rb
- fish test/wrapper.fish
- fish test/reinitialize.fish
- bash test/install_uninstall_candidate.sh > /dev/null && fish test/10_zombies_new.fish
- fish -c "sdk install crash 1.3.0; and sdk uninstall crash 1.3.0" > /dev/null && fish test/check_for_path_zombies.fish
- bash test/remove_sdkman.sh > /dev/null && fish -c "echo 'y' | sdk" > /dev/null && fish -c "sdk version"

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
source "${HOME}/.sdkman/bin/sdkman-init.sh" \
&& sdk install crash 1.3.0 \
&& sdk uninstall crash 1.3.0