X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=test-bootbootboot.sh;h=7728f3847014390f37b35d5601b3b98583e406d3;hb=08414bbb3c75585453c3bb084d4317b6107e4e8f;hp=616781a36fa7a2ed2f56a0b9f51499650d8d1eef;hpb=5b17af107f75a0d6f3a39b88b9c18714014eb7af;p=libguestfs.git diff --git a/test-bootbootboot.sh b/test-bootbootboot.sh index 616781a..7728f38 100755 --- a/test-bootbootboot.sh +++ b/test-bootbootboot.sh @@ -26,7 +26,7 @@ set -e rm -f test1.img dd if=/dev/zero of=test1.img bs=1024k count=500 -n=20 +n=10 if [ -n "$1" ]; then n=$1; fi export LIBGUESTFS_DEBUG=1