aboutsummaryrefslogtreecommitdiff
path: root/testes/attrib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/attrib.lua')
-rw-r--r--testes/attrib.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/attrib.lua b/testes/attrib.lua
index 76a447c8..b1076c76 100644
--- a/testes/attrib.lua
+++ b/testes/attrib.lua
@@ -28,7 +28,7 @@ do
28 local path = table.concat(t, ";") 28 local path = table.concat(t, ";")
29 -- use that path in a search 29 -- use that path in a search
30 local s, err = package.searchpath("xuxu", path) 30 local s, err = package.searchpath("xuxu", path)
31 -- search fails; check that message has an occurence of 31 -- search fails; check that message has an occurrence of
32 -- '??????????' with ? replaced by xuxu and at least 'max' lines 32 -- '??????????' with ? replaced by xuxu and at least 'max' lines
33 assert(not s and 33 assert(not s and
34 string.find(err, string.rep("xuxu", 10)) and 34 string.find(err, string.rep("xuxu", 10)) and