aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-busted/use-cjson.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-03-12 22:11:01 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-03-12 22:11:34 +0100
commite42af1b049af653ef29add81a81f96cd08a7d1d4 (patch)
treef5b63e99e36fe5dff4aadd579ca09cbe59488ec2 /testing/lua-busted/use-cjson.patch
parente81f7ff6dcd02168a021f5db5001d8b5f5853ab5 (diff)
downloadaports-e42af1b049af653ef29add81a81f96cd08a7d1d4.tar.bz2
aports-e42af1b049af653ef29add81a81f96cd08a7d1d4.tar.xz
community/lua-busted: move from testing
Diffstat (limited to 'testing/lua-busted/use-cjson.patch')
-rw-r--r--testing/lua-busted/use-cjson.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/lua-busted/use-cjson.patch b/testing/lua-busted/use-cjson.patch
deleted file mode 100644
index eba3d23c28..0000000000
--- a/testing/lua-busted/use-cjson.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/busted/outputHandlers/json.lua
-+++ b/busted/outputHandlers/json.lua
-@@ -1,4 +1,4 @@
--local json = require 'dkjson'
-+local json = require 'cjson'
-
- return function(options)
- local busted = require 'busted'