diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-01 07:38:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-01 07:38:32 +0000 |
commit | a234e27dba9abdce3ba999479b024a4c7843422b (patch) | |
tree | ff027d48a9b1c2e45ff108d10b7a10dab38e7260 /localedata/tst-fmon.sh | |
parent | 69278ade4a833e7e0b9e53bbba02f7d12edd03dd (diff) | |
download | glibc-a234e27dba9abdce3ba999479b024a4c7843422b.tar.gz glibc-a234e27dba9abdce3ba999479b024a4c7843422b.tar.xz glibc-a234e27dba9abdce3ba999479b024a4c7843422b.zip |
Update.
2003-05-01 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (mSTATs): Call ptmalloc_init if necessary. 2003-04-29 Andreas Schwab <schwab@suse.de> * string/test-strcat.c (do_one_test): Fix attribute name.
Diffstat (limited to 'localedata/tst-fmon.sh')
-rwxr-xr-x | localedata/tst-fmon.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/tst-fmon.sh b/localedata/tst-fmon.sh index 7b3cb2b02d..e58db1d344 100755 --- a/localedata/tst-fmon.sh +++ b/localedata/tst-fmon.sh @@ -1,6 +1,6 @@ #! /bin/sh # Testing the implementation of strfmon(3). -# Copyright (C) 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 2000, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997. # @@ -41,6 +41,7 @@ done # Run the tests. # There's a TAB for IFS while IFS=" " read locale format value expect; do + case "$locale" in '#'*) continue ;; esac if [ -n "$format" ]; then LOCPATH=${common_objpfx}localedata \ GCONV_PATH=${common_objpfx}/iconvdata \ |