summaryrefslogtreecommitdiff
path: root/tests/test-update-copyright.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-update-copyright.sh')
-rwxr-xr-xtests/test-update-copyright.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-update-copyright.sh b/tests/test-update-copyright.sh
index 0df54e2a73..fc7b403ad0 100755
--- a/tests/test-update-copyright.sh
+++ b/tests/test-update-copyright.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/>.
diffout=`diff -u /dev/null /dev/null 2>&1`
if test x"$diffout" = x"" && test $? -eq 0; then