From d91913e58e3c739a6c86c8c7ea42a5488b68a781 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 18 Jan 2021 21:42:46 -0500 Subject: [PATCH] Redirect tcpreplay warnings to dev null when running so-test --- salt/common/tools/sbin/so-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-test b/salt/common/tools/sbin/so-test index 8e981aecf..b52fa02ac 100755 --- a/salt/common/tools/sbin/so-test +++ b/salt/common/tools/sbin/so-test @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -so-tcpreplay /opt/samples/* +so-tcpreplay /opt/samples/* 2> /dev/null