Fixed test-fwknop.pl to remove any references to my test files.
This commit is contained in:
parent
9faa625d95
commit
d988f95a46
@ -174,7 +174,6 @@ my @test_files = (
|
|||||||
"$tests_dir/python_fko.pl",
|
"$tests_dir/python_fko.pl",
|
||||||
"$tests_dir/gpg_no_pw.pl",
|
"$tests_dir/gpg_no_pw.pl",
|
||||||
"$tests_dir/gpg.pl",
|
"$tests_dir/gpg.pl",
|
||||||
"$tests_dir/client_nat.pl",
|
|
||||||
);
|
);
|
||||||
#================== end config ===================
|
#================== end config ===================
|
||||||
|
|
||||||
@ -193,7 +192,6 @@ our @gpg = (); ### from tests/gpg.pl
|
|||||||
our @perl_FKO_module = (); ### from tests/perl_FKO_module.pl
|
our @perl_FKO_module = (); ### from tests/perl_FKO_module.pl
|
||||||
our @python_fko = (); ### from tests/python_fko.pl
|
our @python_fko = (); ### from tests/python_fko.pl
|
||||||
our @rijndael_backwards_compatibility = (); ### from tests/rijndael_backwards_compatibility.pl
|
our @rijndael_backwards_compatibility = (); ### from tests/rijndael_backwards_compatibility.pl
|
||||||
our @client_nat_dns_resolution_fko = (); ### from tests/client_nat.pl
|
|
||||||
|
|
||||||
my $passed = 0;
|
my $passed = 0;
|
||||||
my $failed = 0;
|
my $failed = 0;
|
||||||
@ -449,7 +447,6 @@ my @tests = (
|
|||||||
@python_fko,
|
@python_fko,
|
||||||
@gpg_no_pw,
|
@gpg_no_pw,
|
||||||
@gpg,
|
@gpg,
|
||||||
@client_nat_dns_resolution_fko,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
my %test_keys = (
|
my %test_keys = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user