From bf12ff41d1483a3a7c3052783574e5ee6d66e108 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 21 Feb 2018 23:15:10 +0100 Subject: community/ruby-rugged: move from testing --- testing/ruby-rugged/libgit2-fixture-dir.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testing/ruby-rugged/libgit2-fixture-dir.patch (limited to 'testing/ruby-rugged/libgit2-fixture-dir.patch') diff --git a/testing/ruby-rugged/libgit2-fixture-dir.patch b/testing/ruby-rugged/libgit2-fixture-dir.patch deleted file mode 100644 index 9d6a24de38..0000000000 --- a/testing/ruby-rugged/libgit2-fixture-dir.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/test/test_helper.rb -+++ b/test/test_helper.rb -@@ -130,7 +130,8 @@ - end - - TEST_DIR = File.dirname(File.expand_path(__FILE__)) -- LIBGIT2_FIXTURE_DIR = File.expand_path("../../vendor/libgit2/tests/resources", __FILE__) -+ LIBGIT2_FIXTURE_DIR = ENV['LIBGIT2_FIXTURE_DIR'] \ -+ || File.expand_path("../../vendor/libgit2/tests/resources", __FILE__) - end - - class OnlineTestCase < TestCase -- cgit v1.2.3