diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index eac6a32675..3c4f09a37f 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -279,7 +279,7 @@ class Gem::TestCase < Test::Unit::TestCase ) else msg = build_message(msg, - 'Expected make command "%s": %s' % [ + 'Expected make command "%s", but was "%s"' % [ ('%s %s' % [make_command, target]).rstrip, output, ]