From 115fc6a2fb89c3f0b014efcd210847a1a8a714f4 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Thu, 28 Apr 2016 12:17:12 +0300 Subject: [PATCH] Fix a test for Windows --- test/cli_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli_test.py b/test/cli_test.py index 90e0212..eb56884 100644 --- a/test/cli_test.py +++ b/test/cli_test.py @@ -84,4 +84,4 @@ class TestCLI(unittest.TestCase): ["No patches available for Lua 5.2"]) self.assertHererocksSuccess( ["--lua", "5.2", "--ignore-installed", "--compat", "none", "--builds", os.path.join("test", "builds")], - ["Building Lua 5.2.4 (compat: none) (cached)"]) + ["compat: none) (cached)"])