aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2020-02-12 12:33:37 -0500
committerfanquake <fanquake@gmail.com>2021-09-02 13:19:42 +0800
commit4bf18b089e1bb1f3ab513cbdf6674bd1074f4621 (patch)
tree720d45ec1aa357c00c059a01f5aaa474f48e5e22 /test
parent93551862a18965bcee0c883c54807e8726e2f50f (diff)
downloadbitcoin-4bf18b089e1bb1f3ab513cbdf6674bd1074f4621.tar.xz
Replace use of boost::trim_right with locale-independent TrimString
Note the only use of readStdin is fed to DecodeHexTx, which fails in IsHex on non-hex characters as recorded in p_util_hexdigit.
Diffstat (limited to 'test')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh
index 3ac2d10959..d6312270e7 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -39,7 +39,6 @@ export LC_ALL=C
KNOWN_VIOLATIONS=(
"src/bitcoin-tx.cpp.*stoul"
- "src/bitcoin-tx.cpp.*trim_right"
"src/dbwrapper.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
"src/node/blockstorage.cpp:.*atoi"