ia64/xen-unstable
changeset 14407:a2458851aaa7
Fix typo in xm-test.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Wed Mar 14 21:37:00 2007 +0000 (2007-03-14) |
parents | e1281da27313 |
children | e4e1435e4c63 |
files | tools/xm-test/tests/destroy/01_destroy_basic_pos.py |
line diff
1.1 --- a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py Wed Mar 14 21:34:43 2007 +0000 1.2 +++ b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py Wed Mar 14 21:37:00 2007 +0000 1.3 @@ -37,4 +37,4 @@ if not re.search("proc", run["output"]): 1.4 # destroy domain - positive test 1.5 status, output = traceCommand("xm destroy %s" % domain.getName()) 1.6 if status != 0: 1.7 - FAIL("xm destroy returned invalud %i != 0" % status) 1.8 + FAIL("xm destroy returned invalid %i != 0" % status)