aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-posix-spawn/rakefile-skip-build.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-13 10:02:05 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 15:45:05 +0000
commit1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0 (patch)
tree3f9a07bbbb8f36e91c5bb376b1ef7ef636a4f338 /testing/ruby-posix-spawn/rakefile-skip-build.patch
parent1d6d15e604e891da8be27cfb770c736d7afde27c (diff)
downloadaports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.bz2
aports-1bcbe1dd544a1d306ea9a3d1df03888cf5ffd4c0.tar.xz
community/ruby-posix-spawn: move from testing
Minor changes to pass lint
Diffstat (limited to 'testing/ruby-posix-spawn/rakefile-skip-build.patch')
-rw-r--r--testing/ruby-posix-spawn/rakefile-skip-build.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/ruby-posix-spawn/rakefile-skip-build.patch b/testing/ruby-posix-spawn/rakefile-skip-build.patch
deleted file mode 100644
index 8d656df062..0000000000
--- a/testing/ruby-posix-spawn/rakefile-skip-build.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Rakefile
-+++ b/Rakefile
-@@ -35,7 +35,6 @@
- t.libs << "test"
- t.test_files = FileList['test/test_*.rb']
- end
--task :test => :build
-
- desc 'Run some benchmarks'
- task :benchmark => :build do