From f8d46de80640a691f6b33c72c6efb07111d5e0a3 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 29 Sep 2020 10:58:44 +0200 Subject: [PATCH] REGTEST: make abns_socket.vtc require 1.8 It's not as much an abns test as it is a seamless reload test, which appeared in 1.8 due to "expose-fd listeners". --- reg-tests/seamless-reload/abns_socket.vtc | 1 + 1 file changed, 1 insertion(+) diff --git a/reg-tests/seamless-reload/abns_socket.vtc b/reg-tests/seamless-reload/abns_socket.vtc index 7387760..3542948 100644 --- a/reg-tests/seamless-reload/abns_socket.vtc +++ b/reg-tests/seamless-reload/abns_socket.vtc @@ -13,6 +13,7 @@ feature ignore_unknown_macro # abns@ sockets are not available on freebsd #EXCLUDE_TARGETS=freebsd,osx,generic +#REQUIRE_VERSION=1.8 #REGTEST_TYPE=bug haproxy h1 -W -conf { -- 1.7.10.4