aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-shell-locale.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lint/lint-shell-locale.py')
-rwxr-xr-xtest/lint/lint-shell-locale.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lint/lint-shell-locale.py b/test/lint/lint-shell-locale.py
index f3dfe18a95..309c426374 100755
--- a/test/lint/lint-shell-locale.py
+++ b/test/lint/lint-shell-locale.py
@@ -41,7 +41,7 @@ def main():
exit_code = 0
shell_files = get_shell_files_list()
for file_path in shell_files:
- if re.search('src/(secp256k1|minisketch|univalue)/', file_path):
+ if re.search('src/(secp256k1|minisketch)/', file_path):
continue
with open(file_path, 'r', encoding='utf-8') as file_obj: