aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2011-06-09 14:09:56 +0100
committerReuben Thomas <rrt@sc3d.org>2011-06-09 19:53:41 +0100
commit3140ca4db8fbc35efaf44a4dd5176bfd0d99c713 (patch)
tree522d41cb2ae5b2f65567d3912f560a21049107ac /tests
parent530c9140c7628f7062e2caff73c94e547ea0c45f (diff)
downloadluafilesystem-3140ca4db8fbc35efaf44a4dd5176bfd0d99c713.tar.gz
luafilesystem-3140ca4db8fbc35efaf44a4dd5176bfd0d99c713.tar.bz2
luafilesystem-3140ca4db8fbc35efaf44a4dd5176bfd0d99c713.zip
Make test.lua find its interpreter using /usr/bin/env.
Diffstat (limited to 'tests')
-rw-r--r--tests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 6af7e9b..133bac2 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -1,4 +1,4 @@
1#!/usr/local/bin/lua5.1 1#!/usr/bin/env lua5.1
2 2
3local tmp = "/tmp" 3local tmp = "/tmp"
4local sep = "/" 4local sep = "/"