* tests/init.sh (rand_bytes_): Put ‘-’ before new-style ps options.
Suggested by Bob Proulx (Bug#29968).
* build-aux/mktempd (rand_bytes): Make it like tests/init.sh.
+2018-01-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ test-framework-sh: ‘ps -ef’, not ‘ps ef’
+ * tests/init.sh (rand_bytes_): Put ‘-’ before new-style ps options.
+ Suggested by Bob Proulx (Bug#29968).
+ * build-aux/mktempd (rand_bytes): Make it like tests/init.sh.
+
2018-01-02 Eric Blake <eblake@redhat.com>
stat-time: silence -Wunused-parameter regression
return
fi
- 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 `
n_plus_50=`expr $n + 50`
fi
n_plus_50_=`expr $n_ + 50`
- cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef'
+ 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_