summaryrefslogtreecommitdiff
path: root/extra/lua-mpack/dont-install-busted.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lua-mpack/dont-install-busted.patch')
-rw-r--r--extra/lua-mpack/dont-install-busted.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/lua-mpack/dont-install-busted.patch b/extra/lua-mpack/dont-install-busted.patch
deleted file mode 100644
index 2acb260..0000000
--- a/extra/lua-mpack/dont-install-busted.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix Makefile to not try to download and install LuaRocks and busted; use
-system-provided busted.
---- a/Makefile
-+++ b/Makefile
-@@ -61,7 +61,7 @@
- depsclean:
- rm -rf $(DEPS_DIR)
-
--test: $(BUSTED) $(MPACK)
-+test: $(MPACK)
- $(BUSTED) -o gtest test.lua
-
- valgrind: $(BUSTED) $(MPACK)