[libvirt] [TCK][PATCH] Remove whitespace differences in network tmp files

2014-03-24 Thread Mike Latimer
The network/100-apply-verify-host.t test compares the results of various network commands (route, iptables, ebtables, etc...) against known, valid results. Depending on the versions of these tools, minor whitespace differences in command output can result in the failure of the test. This patch

Re: [libvirt] [TCK][PATCH] Remove whitespace differences in network tmp files

2014-03-24 Thread Eric Blake
On 03/24/2014 10:42 AM, Mike Latimer wrote: The network/100-apply-verify-host.t test compares the results of various network commands (route, iptables, ebtables, etc...) against known, valid results. Depending on the versions of these tools, minor whitespace differences in command output can

Re: [libvirt] [TCK][PATCH] Remove whitespace differences in network tmp files

2014-03-24 Thread Mike Latimer
On Monday, March 24, 2014 02:24:23 PM Eric Blake wrote: 'sed -i' is not portable (it is a GNU-ism) - but it's not the first time we've assumed GNU tools in this testsuite so I can overlook it. Ok. I'll keep that in mind in the future. If you'd rather the -i not be used, it's easy enough to