]> err.no Git - varnish/commitdiff
Add a missing wait().
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Oct 2007 15:48:11 +0000 (15:48 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 18 Oct 2007 15:48:11 +0000 (15:48 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2119 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-tools/regress/lib/Varnish/Test/Case/POST.pm

index 90cb28e2e19da9800bbf74693704de0c7fe9d6ff..aa13a1402626ca45df498705c8c63ea5e809a262 100644 (file)
@@ -67,6 +67,7 @@ sub testPassPOST($) {
 
     my $client = $self->new_client;
     $self->post($client, "/pass_me", [], $MAGIC_WORDS);
+    $self->wait();
     $self->assert_ok();
     $self->assert_xid();
     $self->assert_body(qr/\Q$MAGIC_WORDS\E/);