Searched refs:test_f (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t31 # bad neighbor, but test_f() uses exit()
58 ok( test_f(), 'testing non-existent file' );
61 cmp_ok( ! test_f(), '==', (-f $Testfile), 'testing non-existent file' );
68 ok( test_f(), 'now creating that file' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm13 @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f);
32 perl -MExtUtils::Command -e test_f file
189 =item test_f file
195 sub test_f subroutine

Completed in 20 milliseconds