Skip to content

Commit

Permalink
Fix the valgrind test.
Browse files Browse the repository at this point in the history
See #21 .

Thanks to @rrthomas .
  • Loading branch information
shlomif committed Jan 12, 2018
1 parent b556be2 commit e10ae20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fortune-mod/tests/t/valgrind.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ use Test::More;
use Test::RunValgrind;

plan skip_all => 'lib-recode has memory leaks';
# plan tests => 1;

# TEST
Test::RunValgrind->new({})->run(
{
log_fn => './fortune--1.valgrind-log',
prog => './fortune/fortune',
prog => './fortune',
argv => [qw//],
blurb => 'fortune valgrind test',
}
Expand Down

0 comments on commit e10ae20

Please sign in to comment.