xref: /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1#!/usr/bin/perl
2
3print <<'END_TESTS';
41..3
5ok 1 - this is a test
6not ok 2 - we have a something # TODO some output
7ok 3 houston, we don't have liftoff # SKIP no funding
8END_TESTS
9