]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: fix spurious test failure
authorEric Blake <eblake@redhat.com>
Wed, 13 Oct 2010 17:31:07 +0000 (11:31 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 13 Oct 2010 17:33:10 +0000 (11:33 -0600)
Failure introduced in commit 3a092f389.

* tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr: Fix typo.

tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr

index a9d14df68dc653f64f3ac4736e4d96e4c7d6c63a..49d9f8d5e49327da3b3dd2eb15a4e82377d82048 100644 (file)
@@ -1 +1 @@
-(vm (name 'pvtest')(memory 420)(maxmem 420)(vcpus 2)(uuid '596a5d21-71f4-8fb2-e068-e2386a5c413e')(on_poweroff 'destroy')(on_reboot 'destroy')(on_crash 'destroy')(image (linux (kernel '/usr/lib/xen/boot/pv-grub-x86_64.gz')(args (hd0,0)/grub/menu.lst)))(device (vbd (dev 'xvda')(uname 'phy:/dev/MainVG/GuestLV')(mode 'w'))))
\ No newline at end of file
+(vm (name 'pvtest')(memory 420)(maxmem 420)(vcpus 2)(uuid '596a5d21-71f4-8fb2-e068-e2386a5c413e')(on_poweroff 'destroy')(on_reboot 'destroy')(on_crash 'destroy')(image (linux (kernel '/usr/lib/xen/boot/pv-grub-x86_64.gz')(args '(hd0,0)/grub/menu.lst')))(device (vbd (dev 'xvda')(uname 'phy:/dev/MainVG/GuestLV')(mode 'w'))))
\ No newline at end of file