diff options
Diffstat (limited to 'cpan/Test-Harness/t/sample-tests/echo')
-rw-r--r-- | cpan/Test-Harness/t/sample-tests/echo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpan/Test-Harness/t/sample-tests/echo b/cpan/Test-Harness/t/sample-tests/echo new file mode 100644 index 0000000000..6696e71f17 --- /dev/null +++ b/cpan/Test-Harness/t/sample-tests/echo @@ -0,0 +1,2 @@ +print '1..', scalar(@ARGV), "\n"; +print "ok $_ ", $ARGV[ $_ - 1 ], "\n" for 1 .. @ARGV; |