diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-06-02 12:26:14 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2016-06-05 08:32:17 -0300 |
commit | 6a833a6e83865f6999707cc30768d07e1351c2cb (patch) | |
tree | 452f5054e75e0bb1464e92d2186e5392b3a7c4f5 /test/T360-symbol-hiding.sh | |
parent | 554b90b58e367ada5fdad3165c76673458f65434 (diff) |
Use https instead of http where possible
Many of the external links found in the notmuch source can be resolved
using https instead of http. This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
Diffstat (limited to 'test/T360-symbol-hiding.sh')
-rwxr-xr-x | test/T360-symbol-hiding.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T360-symbol-hiding.sh b/test/T360-symbol-hiding.sh index 3f18ec1a..e681d5b3 100755 --- a/test/T360-symbol-hiding.sh +++ b/test/T360-symbol-hiding.sh @@ -5,7 +5,7 @@ # This test tests whether hiding Xapian::Error symbols in libnotmuch # also hides them for other users of libxapian. This is motivated by -# the discussion in http://gcc.gnu.org/wiki/Visibility' +# the discussion in https://gcc.gnu.org/wiki/Visibility' test_description='exception symbol hiding' |