ruby-build/test
Mislav Marohnić 4c1f8842e6 Avoid double shebangs when fixing Rubinius gem binstubs
This is to fix the error when installing new gems that have executables
which match existing binstubs in the Rubinius bin directory:

    "bundle" from bundler conflicts with PREFIX/gems/bin/bundle

RubyGems is supposed to override the binstub if it detects that the
previous one was also generated by RubyGems for the gem of the same
name, but its detection mechanism gets thrown off by having a double
shebang as a result of our binstubs fixing process.

https://github.com/rubygems/rubygems/blob/v2.2.2/lib/rubygems/installer.rb#L149-L154

This avoids generating binstubs with a double shebang.
2015-01-29 01:36:04 -08:00
..
fixtures Re-introduce legacy MD5 checksum verification based on checksum length 2014-05-23 14:39:41 +07:00
stubs Fix stubbing programs that have dashes in them 2014-01-05 18:58:57 +01:00
tmp Ensure test/tmp directory exists 2012-11-19 19:25:52 -06:00
arguments.bats Move rbenv-install/uninstall tests to rbenv.bats 2014-11-26 20:46:44 -08:00
build.bats Avoid double shebangs when fixing Rubinius gem binstubs 2015-01-29 01:36:04 -08:00
cache.bats Replace MD5 commands with SHA2 equivalents 2014-05-23 14:34:37 +07:00
checksum.bats Re-introduce legacy MD5 checksum verification based on checksum length 2014-05-23 14:39:41 +07:00
compiler.bats Ignore RUBY_CONFIGURE_OPTS from environment in testing 2014-11-16 16:07:39 -08:00
definitions.bats Add test that ensures duplicate Ruby definitions don't get displayed 2014-10-28 19:30:01 +01:00
fetch.bats Surely update local git working copy 2014-06-07 01:27:49 +09:00
hooks.bats Add tests for rbenv install/uninstall hooks 2014-01-05 18:59:23 +01:00
installer.bats Fix test to compensate for different ls output on Fedora/Centos 2014-09-09 00:03:18 -07:00
mirror.bats Replace MD5 commands with SHA2 equivalents 2014-05-23 14:34:37 +07:00
rbenv.bats Have rbenv-uninstall respect -h|--help 2014-11-26 20:46:44 -08:00
test_helper.bash Ensure that assert_output_contains receives an argument 2014-11-17 15:07:40 -08:00
version.bats Read ruby-build revision from git if available 2014-08-25 17:54:33 -07:00