From 1bc21e7a70eb9f1f69c179bb251e612c7aecd655 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 28 Jul 1998 20:47:08 +0000 Subject: Update. * resolv/nss_dns/dns-host.c (getanswer_r): Lower the priority of warnings when DNSSEC related records are received. * resolv/gethnamaddr.c (getanswer): Likewise. Patch by Brian Wellington . * signal/signal.h: Add prototype for sysv_signal. * math/libm-test.c (tgamma_test): Remove redundant tests. * posix/glob.h: Add GLOB_TILDE_CHECK. * sysdeps/generic/glob.c: Implement GLOB_TILDE_CHECK. * posix/globtest.c: Add option T to enable GLOB_TILDE_CHECK. * posix/globtest.sh: Re-enable test with ~ and non-existing user name. --- posix/globtest.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'posix/globtest.sh') diff --git a/posix/globtest.sh b/posix/globtest.sh index ba41fc4896..12635b76d9 100755 --- a/posix/globtest.sh +++ b/posix/globtest.sh @@ -215,12 +215,12 @@ eval echo ~$USER > $testout2 cmp $testout2 $testout || result=1 # Tilde expansion shouldn't match a file -#${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \ -#${common_objpfx}posix/globtest -t "$testdir" "~file4" | -#sort > $testout -#cat <<"EOF" | cmp - $testout || result=1 -#GLOB_NOMATCH -#EOF +${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \ +${common_objpfx}posix/globtest -T "$testdir" "~file4" | +sort > $testout +cat <<"EOF" | cmp - $testout || result=1 +GLOB_NOMATCH +EOF # Matching \** should only find *file6 ${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \ -- cgit v1.2.3