From 24584af2b412eec06250744673ccedc3cb32ab7b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Thu, 2 Mar 2017 02:23:33 +0100 Subject: testing/lua-busted: new aport https://olivinelabs.com/busted/ Elegant Lua unit testing --- testing/lua-busted/use-cjson.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/lua-busted/use-cjson.patch (limited to 'testing/lua-busted/use-cjson.patch') diff --git a/testing/lua-busted/use-cjson.patch b/testing/lua-busted/use-cjson.patch new file mode 100644 index 0000000000..eba3d23c28 --- /dev/null +++ b/testing/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