From e5962feec53b15e2dd160e8ada19bdb6e4f76149 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 2 Oct 2013 03:51:09 -0600 Subject: [PATCH] Fix line wrapping broken in rev.13027 --- test-suite/squidconf/regressions-3.4.0.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-suite/squidconf/regressions-3.4.0.1 b/test-suite/squidconf/regressions-3.4.0.1 index af9f155f30..5fd78234ab 100644 --- a/test-suite/squidconf/regressions-3.4.0.1 +++ b/test-suite/squidconf/regressions-3.4.0.1 @@ -12,10 +12,10 @@ # false-positive quoted-string token # -external_acl_type LdapGroup children-max=30 children-startup=10 +external_acl_type LdapGroup children-max=30 children-startup=10 \ concurrency=0 ttl=600 negative_ttl=10 grace=0 protocol=2.5 %SRC \ - /bin/true -v 3 -h 127.0.0.1 -b "o=A,c=INVALID" -B "org=borken?,ou=People,o=A,c=INVALID" -f "(&(cn=%g)(memberUid=%u))" \ - -F "(&(objectClass=account)(uid=%s))" -s sub + /bin/true -v 3 -h 127.0.0.1 -b "o=A,c=INVALID" -B "org=borken?,ou=People,o=A,c=INVALID" \ + -f "(&(cn=%g)(memberUid=%u))" -F "(&(objectClass=account)(uid=%s))" -s sub acl Mark dstdomain "empty" -- 2.47.3