bug#29947: Replace 'netstat' with 'ss'

2018-01-02 Thread Paul Eggert
Thanks. I installed the attached slightly-simpler patch into Gnulib, and it should appear in the next Gzip release. From 3df2ddf98eebfd6b3921e6a7475fcded0a75a6f9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 2 Jan 2018 19:05:05 -0800 Subject: [PATCH] test-framework-sh: avoid netstat MIME-

bug#29947: Replace 'netstat' with 'ss'

2018-01-02 Thread Kristýna Streitová
Hello, Since 'netstat' command (included in the 'net-tools' package) is deprecated, we should switch from 'netstat -n' to 'ss -n' in tests/init.sh file. I'm adding a simple patch: Index: gzip-1.8/tests/init.sh === --- gzip-1.8.orig/