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:
@ -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|);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user