From 12d9438a6794129c7f3d1b679150952b0089a42a Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sat, 17 Nov 2012 12:30:52 -0600 Subject: [PATCH] t/run/switchp.t: Add descriptions to all tests. For: RT #115780 --- t/run/switchp.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/run/switchp.t b/t/run/switchp.t index 1d1fe14..c92e973 100644 --- a/t/run/switchp.t +++ b/t/run/switchp.t @@ -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 -- 2.7.4