diff options
-rwxr-xr-x | tests/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua index 3deb3e9..a827e6a 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
@@ -61,7 +61,7 @@ function load_testdata() | |||
61 | local utf8_loaded | 61 | local utf8_loaded |
62 | utf8_loaded, data.utf8_raw = pcall(util.file_load, "utf8.dat") | 62 | utf8_loaded, data.utf8_raw = pcall(util.file_load, "utf8.dat") |
63 | if not utf8_loaded then | 63 | if not utf8_loaded then |
64 | data.utf8_raw = "Failed to load utf8.dat" | 64 | data.utf8_raw = "Failed to load utf8.dat - please run genutf8.pl" |
65 | end | 65 | end |
66 | 66 | ||
67 | data.table_cycle = {} | 67 | data.table_cycle = {} |