whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
perl-Test-Simple
/
t
/
Legacy
/
subtest
/
Upload File:
files >> //proc/self/root/usr/share/doc/perl-Test-Simple/t/Legacy/subtest/do.t
#!/usr/bin/perl -w # Test the idiom of running another test file as a subtest. use strict; use Test::More; pass("First"); my $file = "./t/Legacy/subtest/for_do_t.test"; ok -e $file, "subtest test file exists"; subtest $file => sub { do $file }; pass("Last"); done_testing(4);
Copyright ©2021 || Defacer Indonesia