aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/tests
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2006-07-24 01:36:51 +0000
committerTomas Guisasola <tomas@luaforge.net>2006-07-24 01:36:51 +0000
commita3d83e7bf634aa58e8218706fb1fee8ccb370e5a (patch)
treec5ea3c87222f9aecd90bc3fde6ab5f73e91d8fa0 /lualdap/tests
parentReference to LuaBinaries 5.0.2 (diff)
downloadlualdap-a3d83e7bf634aa58e8218706fb1fee8ccb370e5a.tar.xz
lualdap-a3d83e7bf634aa58e8218706fb1fee8ccb370e5a.zip
Updating to run on both Lua 5.0 and 5.1
Diffstat (limited to 'lualdap/tests')
-rwxr-xr-xlualdap/tests/test.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualdap/tests/test.lua b/lualdap/tests/test.lua
index 299ed8e..2dce95b 100755
--- a/lualdap/tests/test.lua
+++ b/lualdap/tests/test.lua
@@ -1,4 +1,4 @@
-#!/usr/local/bin/lua
+#!/usr/local/bin/lua5.1
---------------------------------------------------------------------
-- LuaLDAP test file.
-- This test will create a copy of an existing entry on the
@@ -6,7 +6,7 @@
-- renamed and deleted at the end.
--
-- See Copyright Notice in license.html
--- $Id: test.lua,v 1.14 2005-06-08 17:22:46 tomas Exp $
+-- $Id: test.lua,v 1.15 2006-07-24 01:36:51 tomas Exp $
---------------------------------------------------------------------
--