This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
MANIFEST typo
[perl5.git] / t / run / switchx.aux
index bfb79e1..b59df4a 100644 (file)
@@ -17,11 +17,11 @@ still not perl
 
 #!/some/path/that/leads/to/perl -l
 
-print "1..4";
+print "1..7";
 if (-f 'run/switchx.aux') {
-    print "ok 1";
+    print "ok 1 - Test file exists";
 }
-print "ok 2";
+print "ok 2 - Test file utilized";
 # other tests are in switchx2.aux
 
 __END__