1
0
Fork 0
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

ref
9aa75795f9,
38002a8adb, and
0e60b59d58
This commit is contained in:
Kazuhiro NISHIYAMA 2020-05-19 00:58:19 +09:00
parent 1f011cccb1
commit 6c1a51dae8
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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