1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/tool/lib
Takashi Kokubun 922e61fcc2
Remove git command existence check again
With 33c6dd2cc8, it's no longer necessary.

This is what I got on openbsd-current:

```
-bash-5.1$ git -v
unknown option: -v
usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
           [--super-prefix=<path>] [--config-env=<name>=<envvar>]
           <command> [<args>]
-bash-5.1$ git version
git version 2.35.1
```
2022-09-17 23:05:10 +09:00
..
-test-
test Enable deprecation warnings for test-all 2022-09-10 13:14:18 +02:00
webrick
bundled_gem.rb Load gemspec file at that directory 2022-08-05 09:52:20 +09:00
colorize.rb
core_assertions.rb Fix test fail with assert_ractor outside of ruby/ruby repo 2022-09-01 16:15:51 +09:00
envutil.rb
find_executable.rb
gc_checker.rb
iseq_loader_checker.rb
jisx0208.rb
leakchecker.rb Hack to avoid leak checker 2022-05-25 18:48:01 +09:00
memory_status.rb
profile_test_all.rb
tracepointchecker.rb
vcs.rb Remove git command existence check again 2022-09-17 23:05:10 +09:00
vpath.rb
webrick.rb
zombie_hunter.rb