mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-20 22:01:49 -04:00
REGTEST: make the unique-id test depend on version 2.0
Regtest unique-id.vtc was added by commit 5fcec84c58 ("REGTEST: Add
unique-id reg-test") but it relies on the "uuid" sample fetch which
is only available in version 2.0 and above. Let's reflect that in
the REQUIRE_VERSION tag.
This commit is contained in:
parent
4a0e7fe4f7
commit
5e8017d53c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
varnishtest "unique-id test"
|
||||
|
||||
#REQUIRE_VERSION=2.0
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue