mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip some tests if extracted from tarball (again)
Fix up previous commit ref9aa75795f9
,38002a8adb
, and0e60b59d58
This commit is contained in:
parent
1f011cccb1
commit
6c1a51dae8
1 changed files with 6 additions and 0 deletions
|
@ -576,5 +576,11 @@ module Spec
|
|||
end
|
||||
port
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def git_root_dir?
|
||||
root.to_s == `git rev-parse --show-toplevel`.chomp
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue