From facdd9ea29ab94aac2b188ec3cc41f8733d769e0 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 9 Oct 2015 16:35:53 -0400 Subject: Fix typo in bug-strcoll2 (Bug 18589) Fix the copyright year and remove contributed by in the bug-strcoll2 test. In addition add the correct dependency on $(gen-locales) to ensure all the test locales are generated. --- string/Makefile | 2 ++ string/bug-strcoll2.c | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'string') diff --git a/string/Makefile b/string/Makefile index 616fdeccdb..ebe9354cc1 100644 --- a/string/Makefile +++ b/string/Makefile @@ -85,5 +85,7 @@ $(objpfx)test-strcasecmp.out: $(gen-locales) $(objpfx)test-strncasecmp.out: $(gen-locales) $(objpfx)tst-strxfrm.out: $(gen-locales) $(objpfx)tst-strxfrm2.out: $(gen-locales) +# bug-strcoll2 needs cs_CZ.UTF-8 and da_DK.ISO-8859-1. +$(objpfx)bug-strcoll2.out: $(gen-locales) endif diff --git a/string/bug-strcoll2.c b/string/bug-strcoll2.c index 26cc873e5b..72a9ff2d1c 100644 --- a/string/bug-strcoll2.c +++ b/string/bug-strcoll2.c @@ -1,7 +1,6 @@ /* Bug 18589: sort-test.sh fails at random. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 2015 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public -- cgit v1.2.3