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- Get rid of defining methods for tests in core classes 2021-01-09 22:38:06 +09:00
test Enable deprecation warnings for test-all 2022-09-10 13:14:18 +02:00
webrick Removed needless gemspec of webrick 2020-12-11 14:16:42 +09:00
bundled_gem.rb Load gemspec file at that directory 2022-08-05 09:52:20 +09:00
colorize.rb Try "so" attribute if "smso" is not found 2021-07-06 21:02:40 +09:00
core_assertions.rb Fix test fail with assert_ractor outside of ruby/ruby repo 2022-09-01 16:15:51 +09:00
envutil.rb remain `RUBY_ON_BUG` for child processes. 2022-01-19 23:17:14 +09:00
find_executable.rb
gc_checker.rb check GC.enable'd status 2021-08-05 17:11:50 +09:00
iseq_loader_checker.rb Enable checkers on parallel test. 2019-10-02 16:23:00 +09:00
jisx0208.rb Put jisx0208.rb to under the library directory. 2019-07-15 11:16:29 +09:00
leakchecker.rb Hack to avoid leak checker 2022-05-25 18:48:01 +09:00
memory_status.rb Memory::Status#_update should return `self` 2021-08-29 16:32:12 +09:00
profile_test_all.rb Use Test::Unit namespace 2021-09-11 08:48:03 +09:00
tracepointchecker.rb Fixed misspellings 2019-12-20 09:32:42 +09:00
vcs.rb Remove git command existence check again 2022-09-17 23:05:10 +09:00
vpath.rb Move vpath.rb into tool library direcotry. 2019-07-15 13:16:16 +09:00
webrick.rb Move webrick library into internal test toolchain 2020-12-10 18:06:25 +09:00
zombie_hunter.rb