diff options
Diffstat (limited to 'spec/quick/list.q')
-rw-r--r-- | spec/quick/list.q | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/quick/list.q b/spec/quick/list.q new file mode 100644 index 00000000..7cbdee43 --- /dev/null +++ b/spec/quick/list.q | |||
@@ -0,0 +1,10 @@ | |||
1 | ================================================================================ | ||
2 | TEST: luarocks list: invalid tree | ||
3 | |||
4 | RUN: luarocks --tree=%{path(/some/invalid/tree)} list | ||
5 | |||
6 | STDOUT: | ||
7 | -------------------------------------------------------------------------------- | ||
8 | Rocks installed for Lua %{lua_version} in /some/invalid/tree | ||
9 | -------------------------------------------------------------------------------- | ||
10 | #TODO: ^^^ %{path()} | ||