388
388
# subprocess.py that we had to workaround).
389
389
# However, if 'diff' may not be available
390
390
self.make_example_branch()
395
395
if 'Diff is not installed on this machine' in err:
396
396
raise tests.TestSkipped("No external 'diff' is available")
397
397
self.assertEqual('', err)