Fix actual vs expected data comparison order to get correct diff +++/--- output

This commit is contained in:
Daniel P. Berrange
2009-01-20 12:03:40 +00:00
parent ead04dcbe8
commit 0466ff28f2
6 changed files with 16 additions and 10 deletions

View File

@@ -40,6 +40,6 @@ libvir: Domain Config error : failed Xen syscall topology cpuset syntax error
error: Failed to define domain from xml-invalid
EOF
compare out exp || fail=1
compare exp out || fail=1
(exit $fail); exit $fail