aboutsummaryrefslogtreecommitdiffstats
path: root/community/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 /community/lua-busted/use-cjson.patch
parente81f7ff6dcd02168a021f5db5001d8b5f5853ab5 (diff)
downloadaports-e42af1b049af653ef29add81a81f96cd08a7d1d4.tar.bz2
aports-e42af1b049af653ef29add81a81f96cd08a7d1d4.tar.xz
community/lua-busted: move from testing
Diffstat (limited to 'community/lua-busted/use-cjson.patch')
-rw-r--r--community/lua-busted/use-cjson.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/lua-busted/use-cjson.patch b/community/lua-busted/use-cjson.patch
new file mode 100644
index 0000000000..eba3d23c28
--- /dev/null
+++ b/community/lua-busted/use-cjson.patch
@@ -0,0 +1,8 @@
+--- 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'