mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 04:41:15 +01:00
remove comment sign from testing
This commit is contained in:
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user