Mailing List Archive

Fix same_vm test by adding missing '$'.
# HG changeset patch
# User cl349@firebug.cl.cam.ac.uk
# Node ID 36fe58be57deda2b0ff98fc479bba20805326b9d
# Parent 9b842cdbe0de02c1cc1dccfda8cb772168a499f7
Fix same_vm test by adding missing '$'.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>

diff -r 9b842cdbe0de -r 36fe58be57de tools/examples/block
--- a/tools/examples/block Sat Dec 3 23:49:51 2005
+++ b/tools/examples/block Sat Dec 3 23:51:15 2005
@@ -131,7 +131,7 @@
local thisdom="$XENBUS_FRONTEND_ID"
local otherdom="$1"
local thisvm=$(xenstore-read "/local/domain/$thisdom/vm")
- local othervm=$(xenstore-read "/local/domain/otherdom/vm")
+ local othervm=$(xenstore-read "/local/domain/$otherdom/vm")

return [ "$thisvm" == "$othervm" ]
}

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog