All exabgp configs changed to the c code version of the api-exabgp code.
authorclaudio <claudio@openbsd.org>
Wed, 5 May 2021 10:02:52 +0000 (10:02 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 5 May 2021 10:02:52 +0000 (10:02 +0000)
regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh [deleted file]

diff --git a/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh b/regress/usr.sbin/bgpd/integrationtests/api-exabgp.sh
deleted file mode 100644 (file)
index 0804058..0000000
+++ /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