blob: ec338f986e22bd4da2c7f2229f5f262f04cd401a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
================================================================================
TEST: luarocks config --system-config shows the path of the system config
MKDIR: %{testing_lrprefix}/etc/luarocks
FILE: %{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
RUN: luarocks config --system-config
STDOUT:
--------------------------------------------------------------------------------
%{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua
--------------------------------------------------------------------------------
#TODO: ^^^ %{path()}
|