diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-21 06:13:23 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-21 06:13:23 -0400 |
commit | 9f1b7c9c46fefea550dcc3b1657573237cd77062 (patch) | |
tree | a2d10fc6e3ce78c8390f0da9a51fea70a9d1b767 /tests | |
parent | build: create libsandbox dir before writing files (diff) | |
download | sandbox-9f1b7c9c46fefea550dcc3b1657573237cd77062.tar.gz sandbox-9f1b7c9c46fefea550dcc3b1657573237cd77062.tar.bz2 sandbox-9f1b7c9c46fefea550dcc3b1657573237cd77062.zip |
switch to https:// URIs when possible
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/malloc_hooked_tst.c | 2 | ||||
-rwxr-xr-x | tests/script-1.sh | 2 | ||||
-rwxr-xr-x | tests/script-16.sh | 2 | ||||
-rwxr-xr-x | tests/script-2.sh | 2 | ||||
-rwxr-xr-x | tests/script-3.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/malloc_hooked_tst.c b/tests/malloc_hooked_tst.c index 18737fe..8d0922e 100644 --- a/tests/malloc_hooked_tst.c +++ b/tests/malloc_hooked_tst.c @@ -9,7 +9,7 @@ * libsandbox tries to initialize itself (since it never finished originally) -> * libsandbox's malloc() -> * dlsym() -> deadlock - * http://crbug.com/586444 + * https://crbug.com/586444 */ #include "headers.h" diff --git a/tests/script-1.sh b/tests/script-1.sh index 8b18114..8eb46bf 100755 --- a/tests/script-1.sh +++ b/tests/script-1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# http://bugs.gentoo.org/257418 +# https://bugs.gentoo.org/257418 [ "${at_xfail}" = "yes" ] && exit 77 # see script-0 ( cd "${devfd}" diff --git a/tests/script-16.sh b/tests/script-16.sh index 1622694..73b7803 100755 --- a/tests/script-16.sh +++ b/tests/script-16.sh @@ -1,5 +1,5 @@ #!/bin/sh -# http://bugs.gentoo.org/139591 +# https://bugs.gentoo.org/139591 [ "${at_xfail}" = "yes" ] && exit 77 # see script-0 addwrite $PWD diff --git a/tests/script-2.sh b/tests/script-2.sh index ec10fa9..3c7d66e 100755 --- a/tests/script-2.sh +++ b/tests/script-2.sh @@ -1,5 +1,5 @@ #!/bin/sh -# http://bugs.gentoo.org/139591 +# https://bugs.gentoo.org/139591 [ "${at_xfail}" = "yes" ] && exit 77 # see script-0 addwrite $PWD diff --git a/tests/script-3.sh b/tests/script-3.sh index be7f7a3..60ca5ce 100755 --- a/tests/script-3.sh +++ b/tests/script-3.sh @@ -1,5 +1,5 @@ #!/bin/sh -# http://bugs.gentoo.org/260765 +# https://bugs.gentoo.org/260765 [ "${at_xfail}" = "yes" ] && exit 77 # see script-0 addwrite $PWD |