[master] 06a2e92e7 fix v00043.vtc

Nils Goroll nils.goroll at uplex.de
Wed Jan 13 16:19:07 UTC 2021


commit 06a2e92e74764e05acd7fa77556755a1a24e952c
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Jan 13 17:15:16 2021 +0100

    fix v00043.vtc
    
    I do not understand how this has slipped through.
    
    Ref 6b3e26c7d42c204fae134a1b6dc73c9ac885ed3b

diff --git a/bin/varnishtest/tests/v00043.vtc b/bin/varnishtest/tests/v00043.vtc
index 8421d890d..828b06668 100644
--- a/bin/varnishtest/tests/v00043.vtc
+++ b/bin/varnishtest/tests/v00043.vtc
@@ -7,7 +7,7 @@ server s1 {
 	expect req.url == "/a"
 	expect req.http.x0 == "/a0"
 	expect req.http.x1 == "/a0"
-	expect req.http.o1 == <undef>
+	expect req.http.o1 == ""
 	expect req.http.o2 == "/a0"
 	txresp -body {
 		<html>
@@ -49,7 +49,7 @@ server s1 {
 	expect req.url == "/b"
 	expect req.http.x0 == "/b0"
 	expect req.http.x1 == "/b0"
-	expect req.http.o1 == <undef>
+	expect req.http.o1 == ""
 	expect req.http.o2 == "/b0"
 
 	txresp


More information about the varnish-commit mailing list