summaryrefslogtreecommitdiff
path: root/test/runtest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest.lua')
-rw-r--r--test/runtest.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest.lua b/test/runtest.lua
index fe32a3d..88b581b 100644
--- a/test/runtest.lua
+++ b/test/runtest.lua
@@ -5,6 +5,7 @@ local ok
ok, alien = pcall (require, "alien")
if not ok then
io.stderr:write ("Warning: alien not found, so cannot run tests with buffer subjects\n")
+ alien = nil
end
do