diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-02 15:21:50 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-02 16:24:47 +0900 |
| commit | 43ee4a50d91652c0909b97fe7195af8e87600971 (patch) | |
| tree | 16fe396332d2ff4cd7da5bc9e2c6e4ce152a5fec /test/ruby | |
| parent | e71192da69f733a987a5db5692f4a33b303ade0d (diff) | |
Fixup comment for Windows platform, not Solaris
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13037
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_process.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index b65e34fe09..2d9d1416aa 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1763,7 +1763,7 @@ class TestProcess < Test::Unit::TestCase status = nil Dir.chdir("vd") { dir = "#{d}/vd" - # OpenSolaris cannot remove the current directory. + # Windows cannot remove the current directory with permission issues. system(RUBY, "--disable-gems", "-e", "Dir.chdir '..'; Dir.rmdir #{dir.dump}", err: File::NULL) system({"RUBYLIB"=>nil}, RUBY, "--disable-gems", "-e", "exit true") status = $? |
