George S. Baugh преди 10 години
родител
ревизия
c95446dcdc
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      t/TestRail-Utils.t

+ 0 - 2
t/TestRail-Utils.t

@@ -34,7 +34,6 @@ while (<$fh>) {
 }
 close($fh);
 push(@files,$fcontents);
-diag explain \@files;
 is(scalar(@files),2,"Detects # of filenames correctly in TAP");
 
 $fcontents = '';
@@ -49,7 +48,6 @@ while (<$fh>) {
 }
 close($fh);
 push(@files,$fcontents);
-diag explain \@files;
 is(scalar(@files),7,"Detects # of filenames correctly in TAP");