Skip to content

Commit

Permalink
ci: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Jul 16, 2020
1 parent fa955dc commit 939855e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ tlslookup dns.google && exit 1
# resolving domains suffixed by the local domain should fail too and change of
# the local domain should take effect immediately
echo "search ci" >> /etc/resolv.conf
sleep 1
tlslookup google.com.ci && exit 1

# before 9169a0, the canonical name was an alias (instead of being the name,
Expand All @@ -122,7 +121,6 @@ done
# unsafe characters
[ -n "`grep '^< HTTP/' /tmp/nss-tlsd.log | grep -v 200`" ] && exit 1

# make sure configuration reloading works
sed -i s/^resolvers=.*/resolvers=/ /etc/nss-tls.conf

# if resolving fails, we should try the next NSS module
Expand Down

0 comments on commit 939855e

Please sign in to comment.