From: phk Date: Wed, 25 Jun 2008 10:04:49 +0000 (+0000) Subject: Compensate for \r being magic now. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b73b59014b2b4077b69bbd41997a278fff175b6;p=varnish Compensate for \r being magic now. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2802 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/c00001.vtc b/varnish-cache/bin/varnishtest/tests/c00001.vtc index 3db9bdfb..b287a8f5 100644 --- a/varnish-cache/bin/varnishtest/tests/c00001.vtc +++ b/varnish-cache/bin/varnishtest/tests/c00001.vtc @@ -36,7 +36,7 @@ client c1 { expect resp.http.foobar == "_barf_" expect resp.http.snafu1 == "_bararf_" expect resp.http.snafu2 == "_frap_" - expect resp.http.snafu3 == "_f\rap_" + expect resp.http.snafu3 == "_f\\rap_" expect resp.http.snafu4 == "_f&rap_" expect resp.http.snafu5 == "_barffra\p_" # NB: have to escape the \\ in the next line