We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a499233 commit 37d9876Copy full SHA for 37d9876
1 file changed
t/12_diff_opensslversions.t
@@ -60,8 +60,8 @@ $diff = diff \$cat_csvfile, \$cat_csvfile2;
60
ok( $cat_csvfile eq $cat_csvfile2, "Check whether CSV outputs match" ) or
61
diag ("\n%s\n", "$diff");
62
63
-#unlink "tmp.csv";
64
-#unlink "tmp2.csv";
+unlink "tmp.csv";
+unlink "tmp2.csv";
65
66
$tests++;
67
done_testing($tests);
0 commit comments