Skip to content

Commit bd87171

Browse files
committed
tail_logfile: update test for new line limit options
This also removes the thing that was putting text into the PAUSE log, since nothing is going to look at the output.
1 parent 6f65a7b commit bd87171

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

t/pause_2017/action/tail_logfile.t

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,12 @@ use Test::PAUSE::Web;
55
use utf8;
66

77
my $default = {
8-
pause99_tail_logfile_1 => 5000,
8+
pause99_tail_logfile_1 => 500,
99
pause99_tail_logfile_sub => 1,
1010
};
1111

1212
Test::PAUSE::Web->setup;
1313

14-
{
15-
open my $fh, '>', $PAUSE::Config->{PAUSE_LOG};
16-
say $fh <<LOG;
17-
pause log
18-
pause log
19-
pause log
20-
LOG
21-
}
22-
2314
subtest 'get' => sub {
2415
for my $test (Test::PAUSE::Web->tests_for('user')) {
2516
my ($path, $user) = @$test;

0 commit comments

Comments
 (0)