blob: 3150a9cef15481eaaf89f36cf88bd8e0a1491d13 (
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:
--------------------------------------------------------------------------------
%{path(%{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua)}
--------------------------------------------------------------------------------
|