Revert "[test suite] minor Test::Valgrind name typo fix"
This reverts commit 642024041534d79c897a21b2e19ef3e1ed7b2a61.
This commit is contained in:
parent
6420240415
commit
0d80f72c00
@ -42,13 +42,6 @@ fko_new(fko_ctx_t *r_ctx)
|
||||
fko_ctx_t ctx = NULL;
|
||||
int res;
|
||||
char *ver;
|
||||
char *leak = NULL;
|
||||
|
||||
leak = malloc(100);
|
||||
leak[0] = 'a';
|
||||
leak[1] = 'a';
|
||||
leak[2] = '\0';
|
||||
printf("%s\n", leak);
|
||||
|
||||
ctx = calloc(1, sizeof *ctx);
|
||||
if(ctx == NULL)
|
||||
|
||||
@ -276,7 +276,7 @@ my $server_test_file = '';
|
||||
my $enable_valgrind = 0;
|
||||
my $disable_valgrind = 0;
|
||||
our $valgrind_str = '';
|
||||
my $cpan_valgrind_mod = 'Test::Valgrind';
|
||||
my $cpan_valgrind_mod = 'Test::Valgrina';
|
||||
my %prev_valgrind_cov = ();
|
||||
my %prev_valgrind_file_titles = ();
|
||||
my $fko_wrapper_dir = 'fko-wrapper';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user