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

print <<'END_TESTS';
1..3
ok 1 - this is a test
not ok 2 - we have a something # TODO some output
ok 3 houston, we don't have liftoff # SKIP no funding
END_TESTS