heidistein / rpms / ruby

Forked from rpms/ruby 5 years ago
Clone
a03b2d2
From 2db9ad4a090d0c82e30afa44c623e3c5c99f7a37 Mon Sep 17 00:00:00 2001
a03b2d2
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
a03b2d2
Date: Mon, 19 Nov 2012 14:37:28 +0100
a03b2d2
Subject: [PATCH] Fix WEBrick tests.
a03b2d2
a03b2d2
---
a03b2d2
 test/runner.rb | 2 ++
a03b2d2
 1 file changed, 2 insertions(+)
a03b2d2
19c0535
diff --git a/test/runner.rb b/test/runner.rb
a03b2d2
index 94beb44..db4dfe9 100644
19c0535
--- a/test/runner.rb
19c0535
+++ b/test/runner.rb
19c0535
@@ -2,6 +2,8 @@ require 'rbconfig'
19c0535
 
19c0535
 require 'test/unit'
19c0535
 
19c0535
+require_relative 'ruby/envutil'
19c0535
+
19c0535
 src_testdir = File.dirname(File.realpath(__FILE__))
19c0535
 $LOAD_PATH << src_testdir
19c0535
 module Gem
a03b2d2
-- 
a03b2d2
1.8.3.1
a03b2d2