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