Re: [ovs-dev] [PATCH v3] tests: Avoid nonportable "sed -i".

2015-08-28 Thread Ben Pfaff
Thanks Alex, I applied this to master. On Thu, Aug 27, 2015 at 06:21:03PM -0700, Alex Wang wrote: > Looks good to me, > > Thx for fixing it~ > > On Thu, Aug 27, 2015 at 11:11 AM, Ben Pfaff wrote: > > > "sed -i" isn't entirely portable, and we can avoid it by using the > > argument to check_log

Re: [ovs-dev] [PATCH v3] tests: Avoid nonportable "sed -i".

2015-08-27 Thread Alex Wang
Looks good to me, Thx for fixing it~ On Thu, Aug 27, 2015 at 11:11 AM, Ben Pfaff wrote: > "sed -i" isn't entirely portable, and we can avoid it by using the > argument to check_logs as intended. > > Signed-off-by: Ben Pfaff > Acked-by: Alex Wang > --- > v1->v2: Retain $1 in check_logs call fr