From: Ewan Mellor Date: Wed, 1 Nov 2006 08:43:54 +0000 (+0000) Subject: Correct copy-n-paste error. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9855faf0045478e309adbb98826f517d434f94f8;p=xen.git Correct copy-n-paste error. Also Whitespace cleanups. Signed-off-by: Tony Breeds --- diff --git a/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py b/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py index 838d66c32a..f69adb6e82 100644 --- a/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py +++ b/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py @@ -10,8 +10,6 @@ status, output = traceCommand("xm network-attach NOT-EXIST") eyecatcher = "Error" where = output.find(eyecatcher) if status == 0: - FAIL("xm block-attach returned bad status, expected non 0, status is: %i" % status ) + FAIL("xm network-attach returned bad status, expected non 0, status is: %i" % status ) elif where == -1: - FAIL("xm block-attach returned bad output, expected Error, output is: %s" % output ) - - + FAIL("xm network-attach returned bad output, expected Error, output is: %s" % output )