aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-07-28 18:15:35 -0300
committerHisham <hisham@gobolinux.org>2016-07-28 18:15:35 -0300
commit83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f (patch)
treeb2c5c80fe573a0bd6e3efb8cea3c9a19dc1ab575 /src
parent628779b5a2357685221f62141bec22c0e84a24f1 (diff)
downloadluarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.tar.gz
luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.tar.bz2
luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.zip
Tweak tests for luarocks-3 branch.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/luarocks3
-rwxr-xr-xsrc/bin/luarocks-admin3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index 21f17da9..633f9f43 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.3.0/bin/lua
2package.path = [[/Users/hisham/luarocks/src/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.core.cfg") 5local cfg = require("luarocks.core.cfg")
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 660c0a70..587afcab 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.3.0/bin/lua
2package.path = [[/Users/hisham/luarocks/src/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.core.cfg") 5local cfg = require("luarocks.core.cfg")