# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41158] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41158 >
The here docs in test C<cmp> cause t/op/cmp-nonbranch.t abnormal exit, for example: $ /usr/local/bin/perl t/harness --gc-debug --running-make-test -b t/op/cmp-nonbranch.t t/op/cmp-nonbranch.... in file 't/op/cmp-nonbranch.t' line 1264 t/op/cmp-nonbranch....dubious Test returned status 1 (wstat 256, 0x100) FAILED--1 test script could be run, alas--no output ever seen after delete/comment here docs in test C<cmp>, we get this deliberate failure: $ /usr/local/bin/perl t/harness --gc-debug --running-make-test -b t/op/cmp-nonbranch.t t/op/cmp-nonbranch....FAILED test 88 Failed 1/88 tests, 98.86% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/op/cmp-nonbranch.t 88 1 88 Failed 1/1 test scripts. 1/88 subtests failed. Files=1, Tests=88, 1 wallclock secs ( 0.19 cusr + 0.03 csys = 0.22 CPU) Failed 1/1 test programs. 1/88 subtests failed. Lee