diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 12:00:47 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 13:10:05 +0200 |
commit | 41d6f3bf4d6de680a2d7b735690d655bc2f00944 (patch) | |
tree | 200374d267d2461a82330deff03ec6a4f1d8cd71 /test | |
parent | f0390fa03456ecb4d5f1482bd20a28ea98ae4d58 (diff) | |
download | systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.tar.gz |
Use https for freedesktop.org
grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#'
Diffstat (limited to 'test')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions index bc479b3e79..57b6017dc4 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1794,7 +1794,7 @@ install_dbus() { cat >"$initdir/etc/dbus-1/system.d/systemd.test.ExecStopPost.conf" <<EOF <?xml version="1.0"?> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" - "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> + "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <policy user="root"> <allow own="systemd.test.ExecStopPost"/> |