Also look for binary modules in the parent directory when running tests
[prosody.git] / util / uuid.lua
index 489522aa74b0b34c017fc377905248689f45ee78..e1c02c91cd16cce3b51500e1e596d528972c8e05 100644 (file)
@@ -2,7 +2,7 @@
 local m_random = math.random;
 module "uuid"
 
-function uuid_generate()
+function generate()
        return m_random(0, 99999999);
 end