summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-01-07 02:44:26 +0000
committerReuben Thomas <rrt@sc3d.org>2013-01-07 02:44:26 +0000
commiteadf06294162f3108f29aa07bb540365539a9f93 (patch)
treed529ab1f470a6e94d1fbc088cea7fee5df8474c9
parent7824f4121415c60d05f306a1244126f570b1f783 (diff)
downloadlrexlib-eadf06294162f3108f29aa07bb540365539a9f93.tar.gz
test/runtest.lua: really don't run buffer tests when alien not found
-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