1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Hiroshi SHIBATA 2020-05-21 19:57:19 +09:00
parent 26367367ec
commit 93ebf9643d
Notes: git 2020-05-22 20:33:03 +09:00

View file

@ -234,7 +234,6 @@ module Spec
private
def git_ls_files(glob)
skip "not in git working directory" unless git_root_dir?
sys_exec("git ls-files -z -- #{glob}", :dir => source_root).split("\x0")
end