[rubygems/rubygems] remove unnecessary code

https://github.com/rubygems/rubygems/commit/5c6ca7a58c
This commit is contained in:
sodacris 2024-12-04 20:41:53 +08:00 committed by git
parent 7bf1612c87
commit 3b519975d1

View File

@ -412,7 +412,6 @@ RSpec.describe "bundle exec" do
#!/usr/bin/env ruby
puts "args: #{ARGV.inspect}"
RUBY
bundled_app("print_args").chmod(0o755)
end
it "shows executable's man page when --help is after the executable" do