mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
selftest: Fix invalid escape sequences
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
474674ac7d
commit
374a03eddd
@ -292,7 +292,7 @@ def cmd_testonly(opt):
|
||||
if env.ADDRESS_SANITIZER:
|
||||
# We try to find the correct libasan automatically
|
||||
libasan = Utils.cmd_output(
|
||||
'ldd bin/texpect | grep libasan| cut -f 3 -d \ ',
|
||||
r'ldd bin/texpect | grep libasan| cut -f 3 -d \ ',
|
||||
silent=True).strip()
|
||||
libasan = libasan.decode('utf8')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user