tests: replace http:// with https:// where appropriate

This was done automatically using:

% sed -i 's,http://build.i3wm.org,https://build.i3wm.org,g' testcases/t/*.t
This commit is contained in:
Michael Stapelberg
2017-09-24 10:19:50 +02:00
parent aa0b1f599f
commit 1aaf9f2e52
225 changed files with 679 additions and 679 deletions

View File

@ -13,7 +13,7 @@ BEGIN {
Inline
);
for my $dep (@deps) {
use_ok($dep) or BAIL_OUT(qq|The Perl module "$dep" could not be loaded. Please see http://build.i3wm.org/docs/testsuite.html#_installing_the_dependencies|);
use_ok($dep) or BAIL_OUT(qq|The Perl module "$dep" could not be loaded. Please see https://build.i3wm.org/docs/testsuite.html#_installing_the_dependencies|);
}
}