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