diff options
author | roboo <robo.karasek@gmail.com> | 2016-08-21 21:50:38 +0200 |
---|---|---|
committer | roboo <robo.karasek@gmail.com> | 2016-08-21 21:50:38 +0200 |
commit | 2f3c8648289bb4e22eee5f8ff8d27afca6592fa4 (patch) | |
tree | 5d4f17b5d949e67edde281e6dbe7142a24b57260 /spec/make_manifest_spec.lua | |
parent | 5cdc22fb3c3a85160cd7c2d49ba10ab113e4a784 (diff) | |
download | luarocks-2f3c8648289bb4e22eee5f8ff8d27afca6592fa4.tar.gz luarocks-2f3c8648289bb4e22eee5f8ff8d27afca6592fa4.tar.bz2 luarocks-2f3c8648289bb4e22eee5f8ff8d27afca6592fa4.zip |
Windows and appveyor support for tests
Diffstat (limited to 'spec/make_manifest_spec.lua')
-rw-r--r-- | spec/make_manifest_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/make_manifest_spec.lua b/spec/make_manifest_spec.lua index 1c7f5bf8..3e998cbf 100644 --- a/spec/make_manifest_spec.lua +++ b/spec/make_manifest_spec.lua | |||
@@ -4,7 +4,7 @@ local run = test_env.run | |||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | 5 | ||
6 | describe("LuaRocks make_manifest tests #blackbox #b_make_manifest", function() | 6 | describe("LuaRocks make_manifest tests #blackbox #b_make_manifest", function() |
7 | 7 | ||
8 | before_each(function() | 8 | before_each(function() |
9 | test_env.setup_specs() | 9 | test_env.setup_specs() |
10 | end) | 10 | end) |