]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Don't use bash if we don't have to
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 29 Jul 2011 12:17:48 +0000 (14:17 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 29 Jul 2011 15:17:21 +0000 (17:17 +0200)
This tested failed on FreeBSD because it was using bash, that might
not be installed.

tests/int-overflow

index baf2eefcde7f1d36641d8a0dd108ad27e1ee211f..36e55368adad675d50e2bb485b70a5cf4cdcd1bb 100755 (executable)
@@ -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.