From 6ace11d3fa0a0adf346f11a89f516c4ca2ed3a0f Mon Sep 17 00:00:00 2001 From: des Date: Mon, 20 Aug 2007 10:10:19 +0000 Subject: [PATCH] Nit in previous commit git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1879 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-tools/regress/lib/Varnish/Test/Varnish.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-tools/regress/lib/Varnish/Test/Varnish.pm b/varnish-tools/regress/lib/Varnish/Test/Varnish.pm index d2af5e21..e1eca1ad 100644 --- a/varnish-tools/regress/lib/Varnish/Test/Varnish.pm +++ b/varnish-tools/regress/lib/Varnish/Test/Varnish.pm @@ -240,7 +240,7 @@ sub stop_child($) { die "already stopped\n" if $self->{'state'} eq 'stopped'; - $self->{'state'} eq 'stopping'; + $self->{'state'} = 'stopping'; my ($code, $text) = $self->send_command("stop"); for (my $n = 0; $n < 10; ++$n) { my ($code, $text) = $self->send_command('status'); -- 2.39.5