Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Revert a fix for
#101
to fix broken tests relating to `PYENV_NATIVE_EXT`
pull/280/head
Yamashita Yuu
11 anos atrás
pai
f0e852553a
commit
5ca423c9f3
3 arquivos alterados
com
0 adições
e
12 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+0
-2
libexec/pyenv
+0
-2
test/libexec/pyenv-grep
+0
-8
test/pyenv_ext.bats
+ 0
- 2
libexec/pyenv
Ver arquivo
@ -28,8 +28,6 @@ if [ -z "$READLINK" ]; then
exit 1
fi
unset GREP_OPTIONS
resolve_link() {
$READLINK "$1"
}
+ 0
- 2
test/libexec/pyenv-grep
Ver arquivo
@ -1,2 +0,0 @@
#!/usr/bin/env bash
grep -E "$@"
+ 0
- 8
test/pyenv_ext.bats
Ver arquivo
@ -1,11 +1,3 @@
#!/usr/bin/env bats
load test_helper
@test "conflicting GREP_OPTIONS" {
file="${BATS_TMPDIR}/hello"
echo "hello" > "$file"
GREP_OPTIONS="-F" run pyenv grep "hell." "$file"
assert_success
assert_output "hello"
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar