1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-23 16:46:04 +02:00

remove comment sign from testing

This commit is contained in:
Dirk 2025-01-22 18:25:54 +01:00
parent a499233df2
commit 37d987684e

@ -60,8 +60,8 @@ $diff = diff \$cat_csvfile, \$cat_csvfile2;
ok( $cat_csvfile eq $cat_csvfile2, "Check whether CSV outputs match" ) or
diag ("\n%s\n", "$diff");
#unlink "tmp.csv";
#unlink "tmp2.csv";
unlink "tmp.csv";
unlink "tmp2.csv";
$tests++;
done_testing($tests);