From: Matthias Bolte Date: Fri, 29 Jul 2011 12:17:48 +0000 (+0200) Subject: tests: Don't use bash if we don't have to X-Git-Tag: v0.9.4~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ac5807b9200a0aa0a739b5cea94b3288d71752;p=thirdparty%2Flibvirt.git tests: Don't use bash if we don't have to This tested failed on FreeBSD because it was using bash, that might not be installed. --- diff --git a/tests/int-overflow b/tests/int-overflow index baf2eefcde..36e55368ad 100755 --- a/tests/int-overflow +++ b/tests/int-overflow @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Ensure that an invalid domain ID isn't interpreted as a valid one. # Before, an ID of 2^32+2 would be treated just like an ID of 2.