diff options
Diffstat (limited to 'spec/quick/config.q')
-rw-r--r-- | spec/quick/config.q | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/quick/config.q b/spec/quick/config.q index ec338f98..3150a9ce 100644 --- a/spec/quick/config.q +++ b/spec/quick/config.q | |||
@@ -12,6 +12,6 @@ RUN: luarocks config --system-config | |||
12 | 12 | ||
13 | STDOUT: | 13 | STDOUT: |
14 | -------------------------------------------------------------------------------- | 14 | -------------------------------------------------------------------------------- |
15 | %{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua | 15 | %{path(%{testing_lrprefix}/etc/luarocks/config-%{LUA_VERSION}.lua)} |
16 | -------------------------------------------------------------------------------- | 16 | -------------------------------------------------------------------------------- |
17 | #TODO: ^^^ %{path()} | 17 | |