Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c

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