bisect-runner.pl needs to know how to identify HP-UX's patch.
authorNicholas Clark <nick@ccl4.org>
Mon, 9 Apr 2012 06:02:38 +0000 (08:02 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:27 +0000 (09:19 +0200)
commitccb58ea9c92c04da4d563dd590a79a336d9a6214
treeac05e66bdf48efe190a024bacab7fbeb13c622c0
parentd3232d34580154cd163884b5877f507522967067
bisect-runner.pl needs to know how to identify HP-UX's patch.

Unlike AIX, HP-UX patch offers no meaningful clue as to its upstream version:

$ patch -v
$Header: patch.c,v 76.1.1.2.1.3 2001/12/03 12:24:52 abhinav Exp $
Patch level: 0

But it ignores unified diffs, so assume the worst and feed it context diffs.
Porting/bisect-runner.pl