summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-08-21 15:38:14 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-08-21 15:38:14 +0100
commitd143b00f0cda66013540eaa8755d1438e843765d (patch)
tree1106a5406b483990564a058148b51f08f4f54c71
parent2025d4e2429c653368d073dcbde02bcb7450d15e (diff)
downloadsupple-d143b00f0cda66013540eaa8755d1438e843765d.tar.gz
TEST: Ensure we don't lock down during sandbox.run() test
-rw-r--r--test/test-supple.sandbox.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-supple.sandbox.lua b/test/test-supple.sandbox.lua
index 06a9fd4..34b7b45 100644
--- a/test/test-supple.sandbox.lua
+++ b/test/test-supple.sandbox.lua
@@ -13,8 +13,10 @@ local luacov = require 'luacov'
local sandbox = require 'supple.sandbox'
local comms = require 'supple.comms'
+local capi = require 'supple.capi'
comms._wait = function() return 0 end
+capi.lockdown = function() return "OK" end
local testnames = {}