X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=regressions%2Ftest-bootbootboot.sh;h=476cfdbeb4a514212675829ffb9005b1fd23ce3a;hb=9b102aae65449a8d321e8cf44a3993af558291db;hp=4586aff8c5eea053d2e7d2b45d1de7b0bfce34fc;hpb=51ecd63944bb1374ebad518d814deaa2096bc365;p=libguestfs.git diff --git a/regressions/test-bootbootboot.sh b/regressions/test-bootbootboot.sh index 4586aff..476cfdb 100755 --- a/regressions/test-bootbootboot.sh +++ b/regressions/test-bootbootboot.sh @@ -1,4 +1,4 @@ -#!/bin/sh - +#!/bin/bash - # libguestfs # Copyright (C) 2009 Red Hat Inc. # @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # Some versions of qemu can be flakey and can hang occasionally # during boot (particularly KVM if the BIOS is the qemu version @@ -24,7 +24,6 @@ set -e rm -f test1.img -dd if=/dev/zero of=test1.img bs=1024k count=500 n=10 if [ -n "$1" ]; then n=$1; fi @@ -33,7 +32,7 @@ export LIBGUESTFS_DEBUG=1 for i in $(seq 1 $n); do echo Test boot $i of $n ... - ../fish/guestfish -a test1.img run + ../fish/guestfish -N disk