Skip to content

Commit 4ad7c23

Browse files
committed
Update tests
1 parent 3bce876 commit 4ad7c23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/ci-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ section
116116
t || grep -Fq 'a.www.dnscrypt-test' nx.log || fail $LINENO
117117

118118
section
119-
t || grep -Eq $'microsoft.com.*PASS.*ms\t[a-zA-Z]' query.log || fail $LINENO
120-
t || grep -Eq $'microsoft.com.*PASS.*ms\t-\t' query.log || fail $LINENO
119+
t || grep -Eq 'microsoft.com.*PASS.*ms.[a-zA-Z]' query.log || fail $LINENO
120+
t || grep -Eq 'microsoft.com.*PASS.*ms.-.' query.log || fail $LINENO
121121
t || grep -Eq 'ipv6.google.com.*SYNTH' query.log || fail $LINENO
122122
t || grep -Eq 'invalid.*SYNTH' query.log || fail $LINENO
123123
t || grep -Eq '168.192.in-addr.arpa.*SYNTH' query.log || fail $LINENO

0 commit comments

Comments
 (0)