mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 11:06:54 +00:00
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:
parent
f061e422f7
commit
6b6736b0fd
@ -11,7 +11,7 @@ server s1 {
|
||||
|
||||
haproxy h1 -conf {
|
||||
global
|
||||
lua-load ${testdir}/b00004.lua
|
||||
lua-load ${testdir}/h00002.lua
|
||||
|
||||
frontend fe1
|
||||
mode http
|
||||
@ -31,4 +31,4 @@ client c0 -connect ${h1_fe1_sock} {
|
||||
} -run
|
||||
|
||||
|
||||
server s1 -wait
|
||||
server s1 -wait
|
||||
|
Loading…
Reference in New Issue
Block a user