From: Willy Tarreau Date: Fri, 7 Dec 2018 14:25:26 +0000 (+0100) Subject: REGTEST: fix the Lua test file name in test lua/h00002 :-) X-Git-Tag: v1.9-dev10~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b6736b0fd48841e1f6bab4f654f7d6c21f70721;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/reg-tests/lua/h00002.vtc b/reg-tests/lua/h00002.vtc index 91b5dde3df..c3adc95abc 100644 --- a/reg-tests/lua/h00002.vtc +++ b/reg-tests/lua/h00002.vtc @@ -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 \ No newline at end of file +server s1 -wait