Sfoglia il codice sorgente

Merge pull request #1856 from scop/test/misleading-parent-shell-arg

test(init): remove misleading detect from parent shell case arg
pull/1858/head
Anton Petrov 5 anni fa
committed by GitHub
parent
commit
84cc7825da
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/init.bats

+ 1
- 1
test/init.bats Vedi File

@ -39,7 +39,7 @@ eval "\$(pyenv-init -)"
echo \$PYENV_SHELL
OUT
chmod +x myscript.sh
run ./myscript.sh /bin/zsh
run ./myscript.sh
assert_success "sh"
}

Caricamento…
Annulla
Salva