summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap
blob: bf8233a5cafba1b430ea1c1da47155c51df25831 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

print <<'END_TESTS';
1..2
ok 1 - this is a test
not ok 2 - this is another test
1..2
END_TESTS