aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-busted/use-cjson.patch
diff options
context:
space:
mode:
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'