Re: [libvirt] [PATCH] tests: Don't use bash if we don't have to

2011-07-29 Thread Matthias Bolte
2011/7/29 Eric Blake : > On 07/29/2011 06:19 AM, Matthias Bolte wrote: >> >> This tested failed on FreeBSD because it was using bash, that might >> not be installed. >> --- >>  tests/int-overflow |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/tests/int-overflow b/

Re: [libvirt] [PATCH] tests: Don't use bash if we don't have to

2011-07-29 Thread Eric Blake
On 07/29/2011 06:19 AM, Matthias Bolte wrote: This tested failed on FreeBSD because it was using bash, that might not be installed. --- tests/int-overflow |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/int-overflow b/tests/int-overflow index baf2eef..36e5536 10

[libvirt] [PATCH] tests: Don't use bash if we don't have to

2011-07-29 Thread Matthias Bolte
This tested failed on FreeBSD because it was using bash, that might not be installed. --- tests/int-overflow |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/int-overflow b/tests/int-overflow index baf2eef..36e5536 100755 --- a/tests/int-overflow +++ b/tests/int-over