]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTEST: fix the Lua test file name in test lua/h00002 :-)
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Dec 2018 14:25:26 +0000 (15:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Dec 2018 14:31:09 +0000 (15:31 +0100)
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

index 91b5dde3df463d0fc1e5f30d71cfea09649f1534..c3adc95abc5683cd19a97dfb82be5398bdfb7a0c 100644 (file)
@@ -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