1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-06 23:28:35 +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 ok( $cat_csvfile eq $cat_csvfile2, "Check whether CSV outputs match" ) or
diag ("\n%s\n", "$diff"); diag ("\n%s\n", "$diff");
#unlink "tmp.csv"; unlink "tmp.csv";
#unlink "tmp2.csv"; unlink "tmp2.csv";
$tests++; $tests++;
done_testing($tests); done_testing($tests);