[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 +++

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

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 ebl...@redhat.com: 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