Re: [ovs-dev] [PATCH] treewide: Get rid of "echo -n", and add a test to prevent regression.

2017-10-30 Thread Ben Pfaff
On Mon, Oct 30, 2017 at 10:51:46AM -0200, Flavio Leitner wrote: > On Fri, 27 Oct 2017 09:59:33 -0700 > Ben Pfaff wrote: > > > "echo -n" is not POSIX and has spotty support in shells. > > > > CC: Timothy Redaelli > > CC: Flavio Leitner > > Signed-off-by: Ben Pfaff > > --- > > Makefile.am

Re: [ovs-dev] [PATCH] treewide: Get rid of "echo -n", and add a test to prevent regression.

2017-10-30 Thread Flavio Leitner
On Fri, 27 Oct 2017 09:59:33 -0700 Ben Pfaff wrote: > "echo -n" is not POSIX and has spotty support in shells. > > CC: Timothy Redaelli > CC: Flavio Leitner > Signed-off-by: Ben Pfaff > --- > Makefile.am | 11 +++ > tests/automake.mk | 2 +- > tests/ofp-print.at| 1

[ovs-dev] [PATCH] treewide: Get rid of "echo -n", and add a test to prevent regression.

2017-10-27 Thread Ben Pfaff
"echo -n" is not POSIX and has spotty support in shells. CC: Timothy Redaelli CC: Flavio Leitner Signed-off-by: Ben Pfaff --- Makefile.am | 11 +++ tests/automake.mk | 2 +- tests/ofp-print.at| 10 +- tests/ofproto-dpif.at | 6 +++--- tutorial/ovs-sandbox |