diff options
Diffstat (limited to 'spec/quick/config.q')
-rw-r--r-- | spec/quick/config.q | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/quick/config.q b/spec/quick/config.q new file mode 100644 index 00000000..ec338f98 --- /dev/null +++ b/spec/quick/config.q | |||
@@ -0,0 +1,17 @@ | |||
1 | ================================================================================ | ||
2 | TEST: luarocks config --system-config shows the path of the system config | ||
3 | |||
4 | MKDIR: %{testing_lrprefix}/etc/luarocks | ||
5 | |||
6 | FILE: %{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua | ||
7 | -------------------------------------------------------------------------------- | ||
8 | |||
9 | -------------------------------------------------------------------------------- | ||
10 | |||
11 | RUN: luarocks config --system-config | ||
12 | |||
13 | STDOUT: | ||
14 | -------------------------------------------------------------------------------- | ||
15 | %{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua | ||
16 | -------------------------------------------------------------------------------- | ||
17 | #TODO: ^^^ %{path()} | ||