1*b39c5158Smillert#!/usr/bin/perl 2*b39c5158Smillert 3*b39c5158Smillertprint <<'END_TESTS'; 4*b39c5158Smillert1..2 5*b39c5158Smillertok 1 - this is a test 6*b39c5158Smillertnot ok 2 - this is another test 7*b39c5158Smillert# Failed test 'this is another test' 8*b39c5158Smillert# in harness_failure.t at line 5. 9*b39c5158Smillert# got: 'waffle' 10*b39c5158Smillert# expected: 'yarblokos' 11*b39c5158SmillertEND_TESTS 12