360
360
# subprocess.py that we had to workaround).
361
361
# However, if 'diff' may not be available
362
362
self.make_example_branch()
368
375
if 'Diff is not installed on this machine' in err:
369
376
raise TestSkipped("No external 'diff' is available")
370
377
self.assertEqual('', err)