diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-31 20:11:48 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-31 21:09:38 +0100 |
commit | 91474c3e8619022e87b3d658017aeabd7273a7e3 (patch) | |
tree | 1d46a44b96c9a7828a3d79312e9f13a161d2eb2c /test/confs/2610 | |
parent | 0f3894451894638eff8bf9537e5134a43420837e (diff) |
Testsuite: munging for Alpine Linux
Diffstat (limited to 'test/confs/2610')
-rw-r--r-- | test/confs/2610 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/2610 b/test/confs/2610 index 9b139d2b6..3f75d44a2 100644 --- a/test/confs/2610 +++ b/test/confs/2610 @@ -65,10 +65,11 @@ begin routers r1: driver = accept + # this tests that quoting survived being passed via spoolfile debug_print = acl_m_qtest: <$acl_m_qtest> lkup: <${lookup mysql{select name from them where id='$acl_m_qtest'}}> # this tests the unquoted case, but will need enhancement when we enforce (vs. just logging), else no transport call - address_data = ${lookup mysql{select name from them where id='$local_part'}} + address_data = ${lookup mysql{select name from them where id='$local_part' limit 1}} transport = t1 |