aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-14 21:37:00 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-14 21:37:00 +0000
commita72d446f86418dcfaf346ff13c3c25ea689724e1 (patch)
tree8d7fe93adb9a2ada11124766bf72791c2299151d /tools/xm-test/tests
parent47123a36380ed5cf1c93d1c63043cee1da1223c1 (diff)
downloadxen-a72d446f86418dcfaf346ff13c3c25ea689724e1.tar.gz
xen-a72d446f86418dcfaf346ff13c3c25ea689724e1.tar.bz2
xen-a72d446f86418dcfaf346ff13c3c25ea689724e1.zip
Fix typo in xm-test.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Diffstat (limited to 'tools/xm-test/tests')
-rw-r--r--tools/xm-test/tests/destroy/01_destroy_basic_pos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py
index 3d007b12a4..02e31d6aa8 100644
--- a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py
+++ b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py
@@ -37,4 +37,4 @@ if not re.search("proc", run["output"]):
# destroy domain - positive test
status, output = traceCommand("xm destroy %s" % domain.getName())
if status != 0:
- FAIL("xm destroy returned invalud %i != 0" % status)
+ FAIL("xm destroy returned invalid %i != 0" % status)