[libvirt] [PATCH] virnetdevbandwidthtest: fix hard coded /sbin/tc

2014-01-31 Thread Cédric Bosdonnat
On openSuse, (and possibly other distros), tc isn't located in /sbin/tc. To get rid of that problem, use TC constant instead of hard coded /sbin/tc in the expected string --- tests/virnetdevbandwidthtest.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

Re: [libvirt] [PATCH] virnetdevbandwidthtest: fix hard coded /sbin/tc

2014-01-31 Thread Michal Privoznik
On 31.01.2014 09:52, Cédric Bosdonnat wrote: On openSuse, (and possibly other distros), tc isn't located in /sbin/tc. To get rid of that problem, use TC constant instead of hard coded /sbin/tc in the expected string --- tests/virnetdevbandwidthtest.c | 16 1 file changed, 8