@@ -85,18 +85,18 @@ def assertHererocksSuccess(self, args, expected_output_lines=None, location="her
8585
8686 def test_install_latest_lua_with_latest_luarocks (self ):
8787 self .assertHererocksSuccess (["--lua" , "latest" , "--luarocks" , "latest" ])
88- self .assertHererocksSuccess (["--show" ], ["Programs installed in" , "Compat: default " ])
89- self .assertSuccess (["lua" , "-v" ], ["Lua 5.4.8 " ])
88+ self .assertHererocksSuccess (["--show" ], ["Programs installed in" , "Compat: none " ])
89+ self .assertSuccess (["lua" , "-v" ], ["Lua 5.5.0 " ])
9090
9191 self .assertSuccess (["luarocks" , "--version" ])
9292 self .assertSuccess (["luarocks" , "make" , os .path .join ("test" , "hererocks-test-scm-1.rockspec" )])
93- self .assertSuccess (["hererocks-test" ], ["Lua 5.4 " ])
93+ self .assertSuccess (["hererocks-test" ], ["Lua 5.5 " ])
9494
9595 self .assertHererocksSuccess (["--lua" , "latest" , "--luarocks" , "latest" ], ["already installed" ])
9696 self .assertHererocksSuccess (["--luarocks" , "latest" , "--ignore-installed" ], ["Fetching" , "cached" ])
9797
9898 def test_install_latest_lua_with_luarocks_from_git (self ):
99- self .assertHererocksSuccess (["--lua" , "latest" , "--luarocks" , "https://github.com/luarocks/luarocks@master " ])
99+ self .assertHererocksSuccess (["--lua" , "latest" , "--luarocks" , "https://github.com/luarocks/luarocks@main " ])
100100
101101 def test_install_lua_from_git_with_latest_luarocks (self ):
102102 self .assertHererocksSuccess (["--lua" , "@b1daa06" , "--luarocks" , "latest" ])
0 commit comments