aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-rugged/libgit2-fixture-dir.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-21 23:15:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-21 23:15:10 +0100
commitbf12ff41d1483a3a7c3052783574e5ee6d66e108 (patch)
tree63ec7820c3f5dc267c9e213cd94c92a79131820f /testing/ruby-rugged/libgit2-fixture-dir.patch
parent753b0965d13f776141816e9fbacd56f172c65cdb (diff)
downloadaports-bf12ff41d1483a3a7c3052783574e5ee6d66e108.tar.bz2
aports-bf12ff41d1483a3a7c3052783574e5ee6d66e108.tar.xz
community/ruby-rugged: move from testing
Diffstat (limited to 'testing/ruby-rugged/libgit2-fixture-dir.patch')
-rw-r--r--testing/ruby-rugged/libgit2-fixture-dir.patch12
1 files changed, 0 insertions, 12 deletions
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