[6.0] c53197303 varnishhist test update

Nils Goroll nils.goroll at uplex.de
Thu Aug 16 08:52:23 UTC 2018


commit c531973031fc747fd0bc670ecef2a0b14ae610d8
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Mar 21 16:32:37 2018 +0100

    varnishhist test update

diff --git a/bin/varnishtest/tests/u00007.vtc b/bin/varnishtest/tests/u00007.vtc
index 8a095d5f8..64e9dc7c5 100644
--- a/bin/varnishtest/tests/u00007.vtc
+++ b/bin/varnishtest/tests/u00007.vtc
@@ -23,7 +23,7 @@ shell -err -expect "Invalid grouping mode: raw" \
 	"varnishhist -g raw"
 shell -err -expect "-P: No such profile 'foo'" \
 	"varnishhist -P foo"
-shell -err -expect "-P: 'foo:bar' is not a valid profile name or definition" \
-	"varnishhist -P foo:bar"
-shell -err -expect "-P: 'foo:0:0:0' is not a valid tag name" \
-	"varnishhist -P foo:0:0:0"
+shell -err -expect "-P: 'Timestamp:' is not a valid profile name or definition" \
+	"varnishhist -P Timestamp::"
+shell -err -expect "-P: 'foo::0:0:0' is not a valid tag name" \
+	"varnishhist -P foo::0:0:0"


More information about the varnish-commit mailing list