Fix a test for Windows

This commit is contained in:
Peter Melnichenko 2016-04-28 12:17:12 +03:00
parent 062fa53184
commit 115fc6a2fb

View File

@ -84,4 +84,4 @@ class TestCLI(unittest.TestCase):
["No patches available for Lua 5.2"]) ["No patches available for Lua 5.2"])
self.assertHererocksSuccess( self.assertHererocksSuccess(
["--lua", "5.2", "--ignore-installed", "--compat", "none", "--builds", os.path.join("test", "builds")], ["--lua", "5.2", "--ignore-installed", "--compat", "none", "--builds", os.path.join("test", "builds")],
["Building Lua 5.2.4 (compat: none) (cached)"]) ["compat: none) (cached)"])