使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
isprogram
/
pyenv
镜像自地址
https://github.com/pyenv/pyenv.git
关注
1
点赞
0
派生
0
代码
工单
0
项目
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 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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"
}
撰写
预览
正在加载...
取消
保存