diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-19 14:53:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-08-21 19:26:44 +0100 |
commit | 966e829c812abf574896810d3313247348a6532c (patch) | |
tree | 35a5ba8c65afd8c1e32487470a2fcd33624b2e44 /test/runtest | |
parent | 7c576fcada992ef799700d2fd1a7753f40f1bb7a (diff) |
Debug: indent builtin-DB operations
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest b/test/runtest index a38f112af..7a7f661ba 100755 --- a/test/runtest +++ b/test/runtest @@ -1147,8 +1147,8 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^(ppppp )?setsockopt FASTOPEN: Protocol not available$/; # Specific pointer values reported for DB operations change from run to run - s/^(returned from EXIM_DBOPEN: )(0x)?[0-9a-f]+/${1}0xAAAAAAAA/; - s/^(EXIM_DBCLOSE.)(0x)?[0-9a-f]+/${1}0xAAAAAAAA/; + s/^(\s*returned from EXIM_DBOPEN: )(0x)?[0-9a-f]+/${1}0xAAAAAAAA/; + s/^(\s*EXIM_DBCLOSE.)(0x)?[0-9a-f]+/${1}0xAAAAAAAA/; # Platform-dependent output during MySQL startup next if /PerconaFT file system space/; |