From d37a3744dd0c3470cb837f1640ccde06d6b30454 Mon Sep 17 00:00:00 2001 From: Eduard Bagdasaryan Date: Wed, 7 Dec 2022 20:15:17 +0000 Subject: [PATCH] Fix regression test configuration (#1198) The regressions-3.4.0.1 configuration produces an error message: ERROR: Can not open file empty for reading Broken since commit 6c9a5e8 that renamed "empty" to "empty.conf". --- test-suite/squidconf/regressions-3.4.0.1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/squidconf/regressions-3.4.0.1.conf b/test-suite/squidconf/regressions-3.4.0.1.conf index 59238c6863..22a8aaf0bb 100644 --- a/test-suite/squidconf/regressions-3.4.0.1.conf +++ b/test-suite/squidconf/regressions-3.4.0.1.conf @@ -24,7 +24,7 @@ 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 -acl Mark dstdomain "empty" +acl Mark dstdomain "empty.conf" refresh_pattern "foo 0 80% 20160 refresh_pattern "foo\" 0 80% 20160 -- 2.47.3