diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:13:23 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:22:54 -0700 |
commit | be87d61299f52e366bcb65fd176ccf325b0f77e0 (patch) | |
tree | c5e289ea68824ba407d5928e0e6e65d8bab51430 /tests/readlink | |
parent | 44ccd1c4657703b15971b0670b9716a25244a358 (diff) | |
download | coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz |
all: prefer HTTPS in URLs
Diffstat (limited to 'tests/readlink')
-rwxr-xr-x | tests/readlink/can-e.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/can-f.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/can-m.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/multi.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/rl-1.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/readlink/can-e.sh b/tests/readlink/can-e.sh index 38fd76398..4ab663928 100755 --- a/tests/readlink/can-e.sh +++ b/tests/readlink/can-e.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/readlink/can-f.sh b/tests/readlink/can-f.sh index 944d54506..a9f0aa218 100755 --- a/tests/readlink/can-f.sh +++ b/tests/readlink/can-f.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/readlink/can-m.sh b/tests/readlink/can-m.sh index a9e10b55c..2996c6887 100755 --- a/tests/readlink/can-m.sh +++ b/tests/readlink/can-m.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/readlink/multi.sh b/tests/readlink/multi.sh index 5dc57fab5..642aa00bb 100755 --- a/tests/readlink/multi.sh +++ b/tests/readlink/multi.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink diff --git a/tests/readlink/rl-1.sh b/tests/readlink/rl-1.sh index 5318a5022..667ef96f9 100755 --- a/tests/readlink/rl-1.sh +++ b/tests/readlink/rl-1.sh @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink |