summaryrefslogtreecommitdiff
path: root/test/ruby/test_lambda.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-08 22:21:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-03-11 00:46:15 +0900
commit9f60fd9d893a8440edc8cffc3662f9087ecfbf8a (patch)
tree0e445a84536e1ccc143432f3bbb03a99873d8954 /test/ruby/test_lambda.rb
parent51f4f1414f3648637271612aff0ffb51dd95f699 (diff)
Ignore failures on removing ext sub directories
When multiple libraries exist in a subdirectory under `ext`, `rmdir -p` may fail, because other directories have not been removed yet or the parent directory has been removed by other `distclean`. `rmdir` in GNU coreutils has `--ignore-fail-on-non-empty` option for the former case but others may not, and the latter race condition is not avoidable anyway.
Diffstat (limited to 'test/ruby/test_lambda.rb')
0 files changed, 0 insertions, 0 deletions