53
52
# A non-zero exit status is set to indicate the error condition.
54
53
self.assertGreater(exit_status, 0)
57
56
# The script will generate an error message if the given charm ID does
59
58
exit_status = remove_charm.main(['', 'not a charm ID'], self.stderr)
65
62
# A non-zero exit status is set to indicate the error condition.
66
63
self.assertGreater(exit_status, 0)