From f6c0f5aaad1386f1cdbd844456849941f7ac2f1d Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 5 May 2021 10:02:52 +0000 Subject: [PATCH] All exabgp configs changed to the c code version of the api-exabgp code. --- regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh diff --git a/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh b/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh deleted file mode 100644 index 0804058f76a..00000000000 --- a/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# ignore Control C, exabgp will send a TERM -trap '' SIGINT - -(sleep 10 && echo shutdown) & - -while read line; do - [ -z "$line" ] && continue - echo "$line" >&2 -done -- 2.20.1