ruby/tool/test
Nobuyoshi Nakada 6b46057e5c
Expand the test directory to real path
When the test source directory path contains symbolic links, that
directory might be placed earlier in the result of
`IRB::InputCompletor.retrieve_gem_and_system_load_path`, than other
directories in the source tree that are expanded to the real path.  In
that case, the test file in "csv" under the test directory of csv gem
instead of the library path will be the first candidate, in
`TestIRB::TestCompletion#test_complete_require_library_name_first`.

```
<"'csv"> expected but was
<"'csv/helper">.
```
2023-03-03 15:30:02 +09:00
..
testunit Allow strings in assert_pattern_list 2022-08-19 01:28:31 +09:00
webrick Use class methods of File over Kernel.open and IO.read 2022-12-01 02:28:49 +09:00
runner.rb Expand the test directory to real path 2023-03-03 15:30:02 +09:00
test_jisx0208.rb
test_sync_default_gems.rb Fix the case trailer without newline 2022-12-22 00:34:21 +09:00