aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-10-13 11:31:07 -0600
committerEric Blake <eblake@redhat.com>2010-10-13 11:33:10 -0600
commit94eb11f67ade029f5df735d9193fae5c56a50f06 (patch)
tree005e189414c1ca8ae4fa2fa6dac6dbc25d4becb8 /tests/xml2sexprdata
parentmemory: fix remote protocol compilation (diff)
downloadlibvirt-94eb11f67ade029f5df735d9193fae5c56a50f06.tar.gz
libvirt-94eb11f67ade029f5df735d9193fae5c56a50f06.tar.bz2
libvirt-94eb11f67ade029f5df735d9193fae5c56a50f06.zip
tests: fix spurious test failure
Failure introduced in commit 3a092f389. * tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr: Fix typo.
Diffstat (limited to 'tests/xml2sexprdata')
-rw-r--r--tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr b/tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr
index a9d14df68..49d9f8d5e 100644
--- a/tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr
+++ b/tests/xml2sexprdata/xml2sexpr-boot-grub.sexpr
@@ -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