From 7e7c5c7952b7de1e33c8eba891cc425d5d8d7803 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 3 Jan 2018 13:29:49 -0800 Subject: =?UTF-8?q?test-framework-sh:=20=E2=80=98ps=20-ef=E2=80=99,=20not?= =?UTF-8?q?=20=E2=80=98ps=20ef=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- build-aux/mktempd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux/mktempd') diff --git a/build-aux/mktempd b/build-aux/mktempd index 7c9d7d6838..afa4c22a3d 100755 --- a/build-aux/mktempd +++ b/build-aux/mktempd @@ -49,7 +49,7 @@ rand_bytes() 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` -- cgit v1.2.1