summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2022-11-25 10:03:51 +0900
committergit <[email protected]>2022-11-25 01:03:57 +0000
commitc6330cd32b7d02b4603080a2c53d64be9e05773c ()
treeb75deec779274891f9ae99015a1dfc8bf71b0214 /test
parent1a47521c4459fd61384c51ee58bc422ec69310d6 (diff)
[ruby/fileutils] [Feature #18925] Add `ln_sr` method and `relative:` option to `ln_s`
https://.com/ruby/fileutils/commit/5116088d5c
-rw-r--r--test/fileutils/test_fileutils.rb37
1 files changed, 37 insertions, 0 deletions
@@ -1002,6 +1002,43 @@ class TestFileUtils < Test::Unit::TestCase
}
end if have_symlink?
def test_mkdir
check_singleton :mkdir