t/run/switchp.t: Add descriptions to all tests.
authorJames E Keenan <jkeenan@cpan.org>
Sat, 17 Nov 2012 18:30:52 +0000 (12:30 -0600)
committerJames E Keenan <jkeenan@cpan.org>
Fri, 30 Nov 2012 01:32:58 +0000 (20:32 -0500)
For: RT #115780

t/run/switchp.t

index 1d1fe14..c92e973 100644 (file)
@@ -6,11 +6,11 @@ BEGIN {
 }
 
 END {
-    print "ok 3\n";
+    print "ok 3 - -p switch tested\n";
 }
 
 s/^not //;
 
 __DATA__
-not ok 1
-not ok 2
+not ok 1 - -p switch first iteration
+not ok 2 - -p switch second iteration