aboutsummaryrefslogtreecommitdiff
path: root/spec/quick
diff options
context:
space:
mode:
Diffstat (limited to 'spec/quick')
-rw-r--r--spec/quick/config.q4
-rw-r--r--spec/quick/list.q4
2 files changed, 4 insertions, 4 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
13STDOUT: 13STDOUT:
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
diff --git a/spec/quick/list.q b/spec/quick/list.q
index 7cbdee43..fbb3f557 100644
--- a/spec/quick/list.q
+++ b/spec/quick/list.q
@@ -5,6 +5,6 @@ RUN: luarocks --tree=%{path(/some/invalid/tree)} list
5 5
6STDOUT: 6STDOUT:
7-------------------------------------------------------------------------------- 7--------------------------------------------------------------------------------
8Rocks installed for Lua %{lua_version} in /some/invalid/tree 8Rocks installed for Lua %{lua_version} in %{path(/some/invalid/tree)}
9-------------------------------------------------------------------------------- 9--------------------------------------------------------------------------------
10#TODO: ^^^ %{path()} 10