Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
isprogram
/
pyenv
mirror da
https://github.com/pyenv/pyenv.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Projects
0
Rilasci
241
Wiki
Attività
Sfoglia il codice sorgente
Revert a fix for
#101
to fix broken tests relating to `PYENV_NATIVE_EXT`
pull/280/head
Yamashita Yuu
11 anni fa
parent
f0e852553a
commit
5ca423c9f3
3 ha cambiato i file
con
0 aggiunte
e
12 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-2
libexec/pyenv
+0
-2
test/libexec/pyenv-grep
+0
-8
test/pyenv_ext.bats
+ 0
- 2
libexec/pyenv
Vedi File
@ -28,8 +28,6 @@ if [ -z "$READLINK" ]; then
exit 1
fi
unset GREP_OPTIONS
resolve_link() {
$READLINK "$1"
}
+ 0
- 2
test/libexec/pyenv-grep
Vedi File
@ -1,2 +0,0 @@
#!/usr/bin/env bash
grep -E "$@"
+ 0
- 8
test/pyenv_ext.bats
Vedi File
@ -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"
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva