이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
isprogram
/
pyenv
의 미러
https://github.com/pyenv/pyenv.git
보기
1
좋아요
0
포크
0
코드
이슈
0
Projects
0
릴리즈
241
위키
활동
소스 검색
Revert a fix for
#101
to fix broken tests relating to `PYENV_NATIVE_EXT`
pull/280/head
Yamashita Yuu
11 년 전
부모
f0e852553a
커밋
5ca423c9f3
3개의 변경된 파일
과
0개의 추가작업
그리고
12개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libexec/pyenv
+0
-2
test/libexec/pyenv-grep
+0
-8
test/pyenv_ext.bats
+ 0
- 2
libexec/pyenv
파일 보기
@ -28,8 +28,6 @@ if [ -z "$READLINK" ]; then
exit 1
fi
unset GREP_OPTIONS
resolve_link() {
$READLINK "$1"
}
+ 0
- 2
test/libexec/pyenv-grep
파일 보기
@ -1,2 +0,0 @@
#!/usr/bin/env bash
grep -E "$@"
+ 0
- 8
test/pyenv_ext.bats
파일 보기
@ -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"
}
쓰기
미리보기
불러오는 중...
취소
저장