diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-05-21 19:57:19 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-05-22 20:32:30 +0900 |
| commit | 93ebf9643dc0913693157e6b4bb391a549a9b8ae (patch) | |
| tree | 69b1a43fc5c5f7305610108013c9b1b68a723b3b | |
| parent | 26367367ec384c7c64d7293a5dc7296932b88692 (diff) | |
Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68c
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3114
| -rw-r--r-- | spec/bundler/support/path.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb index 600f3e3b6f..a810f0735f 100644 --- a/spec/bundler/support/path.rb +++ b/spec/bundler/support/path.rb @@ -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 |
