remove redundant lines

This commit is contained in:
Dirk Wetter 2020-01-13 16:26:05 +01:00
parent 88ec92d622
commit a7b0a04480
1 changed files with 2 additions and 5 deletions

View File

@ -1,15 +1,12 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# Just a functional test, whether there are any problems on the client side # Just a functional test, whether ~/etc/client-simulation.txt
# Probably we could also inspect the JSON for any problems for # doesn't have any synatx errors
# "id" : "scanProblem"
# "finding" : "Scan interrupted"
use strict; use strict;
use Test::More; use Test::More;
my $tests = 0; my $tests = 0;
my $check2run ="--client-simulation -q --ip=one --color 0";
my $fileout=""; my $fileout="";
# Blacklists we use to trigger an error: # Blacklists we use to trigger an error:
my $error_regexp1='(syntax|parse) (e|E)rror'; my $error_regexp1='(syntax|parse) (e|E)rror';