REGTEST: fix the Lua test file name in test lua/h00002 :-)

The file was moved but the lua file was not renamed in the VTC, leading
to a failure when launched from a clean tree.
This commit is contained in:
Willy Tarreau 2018-12-07 15:25:26 +01:00
parent f061e422f7
commit 6b6736b0fd

View File

@ -11,7 +11,7 @@ server s1 {
haproxy h1 -conf { haproxy h1 -conf {
global global
lua-load ${testdir}/b00004.lua lua-load ${testdir}/h00002.lua
frontend fe1 frontend fe1
mode http mode http
@ -31,4 +31,4 @@ client c0 -connect ${h1_fe1_sock} {
} -run } -run
server s1 -wait server s1 -wait