From: Phil Sutter Date: Wed, 5 Oct 2022 18:29:36 +0000 (+0200) Subject: tests: libebt_stp.t: Drop duplicate whitespace X-Git-Tag: v1.8.9~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dafb31980c4469fd28964b9703d3c77433cc7d21;p=thirdparty%2Fiptables.git tests: libebt_stp.t: Drop duplicate whitespace Code was fixed but the testcase adjustment slipped through. Fixes: 262dff31a998e ("extensions: libebt_stp: Eliminate duplicate space in output") --- diff --git a/extensions/libebt_stp.t b/extensions/libebt_stp.t index 0c6b77b9..17d6c1c0 100644 --- a/extensions/libebt_stp.t +++ b/extensions/libebt_stp.t @@ -1,7 +1,7 @@ :INPUT,FORWARD,OUTPUT --stp-type 1;=;OK --stp-flags 0x1;--stp-flags topology-change -j CONTINUE;OK ---stp-root-prio 1 -j ACCEPT;=;OK +--stp-root-prio 1 -j ACCEPT;=;OK --stp-root-addr 0d:ea:d0:0b:ee:f0;=;OK --stp-root-cost 1;=;OK --stp-sender-prio 1;=;OK