bisect-runner.pl must not be fooled by a t/test that symlinks to ../miniperl
authorNicholas Clark <nick@ccl4.org>
Fri, 16 Dec 2011 18:31:56 +0000 (19:31 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2011 08:18:44 +0000 (09:18 +0100)
commit63af1e788749e00e19d7288cdbb3e08d00a08fc2
tree0dd3aaee3bd6c2e7aa8609014b9e3094e128c7d1
parent6c2d645d87f59117941e0ae0d52e81f54605e946
bisect-runner.pl must not be fooled by a t/test that symlinks to ../miniperl

It had merely been testing that the target file was +x
For t/test it must also check that t/perl wasn't a symlink to miniperl
created as a side effect of make miniperl failing. To add to the fun, for
some revisions the symlink is to '.././perl', not '../perl'.
Porting/bisect-runner.pl