Skip to content

Commit 37d9876

Browse files
committed
remove comment sign from testing
1 parent a499233 commit 37d9876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/12_diff_opensslversions.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ $diff = diff \$cat_csvfile, \$cat_csvfile2;
6060
ok( $cat_csvfile eq $cat_csvfile2, "Check whether CSV outputs match" ) or
6161
diag ("\n%s\n", "$diff");
6262

63-
#unlink "tmp.csv";
64-
#unlink "tmp2.csv";
63+
unlink "tmp.csv";
64+
unlink "tmp2.csv";
6565

6666
$tests++;
6767
done_testing($tests);

0 commit comments

Comments
 (0)