Skip to content

Commit 6313444

Browse files
committed
chore(typos): work around false positives
1 parent 65ea7fa commit 6313444

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ iif = "iif"
3838
inout = "inout"
3939
# test/t/unit/test_unit_expand_glob.py
4040
ket = "ket"
41+
# completions/isql
42+
Lins = "Lins"
4143
# completions/hcitool, completions/ip
4244
lst = "lst"
4345
# completions/tshark, test/t/test_screen.py

test/t/test_postconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_1(self, completion):
1111
# this. For example, inet_protocols=all but no IPv6 configured:
1212
# postconf: fatal: parameter inet_interfaces: no local interface found
1313
# for ::1
14-
# ...and output can be cut off somewhere near lmtp_tls_secur*.
14+
# ...and output can be cut off somewhere near lmtp_tls_secu*.
1515
# ...or be completely missing, so all we can do is to skip.
1616
@pytest.mark.complete(
1717
"postconf al", require_cmd=True, xfail="! postconf &>/dev/null"

0 commit comments

Comments
 (0)