From 6b6736b0fd48841e1f6bab4f654f7d6c21f70721 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 7 Dec 2018 15:25:26 +0100 Subject: [PATCH] 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. --- reg-tests/lua/h00002.vtc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reg-tests/lua/h00002.vtc b/reg-tests/lua/h00002.vtc index 91b5dde3d..c3adc95ab 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