Problem reported by Kristýna Streitová (Bug#29947).
* tests/init.sh (rand_bytes_): Stop using netstat, as it's
deprecated on SuSE and it's not that important anyway.
+2018-01-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ test-framework-sh: avoid netstat
+ Problem reported by Kristýna Streitová (Bug#29947).
+ * tests/init.sh (rand_bytes_): Stop using netstat, as it's
+ deprecated on SuSE and it's not that important anyway.
+
2018-01-01 Jim Meyering <meyering@fb.com>
update-copyright: add code to handle more special cases
fi
n_plus_50_=`expr $n_ + 50`
- cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n'
+ cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef'
data_=` (eval "$cmds_") 2>&1 | gzip `
# Ensure that $data_ has length at least 50+$n_