This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move t/lib/{data,sample-tests,source_tests,subclass_tests} into
[perl5.git] / ext / Test / Harness / t / sample-tests / echo
1 print '1..', scalar(@ARGV), "\n";
2 print "ok $_ ", $ARGV[ $_ - 1 ], "\n" for 1 .. @ARGV;