Skip to content

Commit

Permalink
tests: fixed perl eval errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 16, 2017
1 parent ea08992 commit d308670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/023-preread/client-abort.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vim:set ft= ts=4 sw=4 et fdm=marker:

use Test::Nginx::Socket::Lua::Stream;use t::StapThread;
use Test::Nginx::Socket::Lua::Stream;
use t::StapThread;

our $GCScript = <<_EOC_;
$t::StapThread::GCScript
Expand Down Expand Up @@ -320,7 +321,6 @@ client prematurely closed connection

content_by_lua return;
--- stap2 eval: $::StapScript
--- stap2 eval: $::StapScript
--- stap eval: $::GCScript
--- stap_out
lua check broken conn
Expand Down

0 comments on commit d308670

Please sign in to comment.