From e42af1b049af653ef29add81a81f96cd08a7d1d4 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 12 Mar 2017 22:11:01 +0100 Subject: community/lua-busted: move from testing --- community/lua-busted/use-cjson.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/lua-busted/use-cjson.patch (limited to 'community/lua-busted/use-cjson.patch') 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' -- cgit v1.2.3