From 870a4e12539d12200d7946b0c7e1f6ca45530262 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 10 Dec 2001 12:21:07 +0000 Subject: Update. 2001-12-10 Ulrich Drepper * sysdeps/generic/glob.c (glob): Return only pattern if nothing matches and GLOB_NOCHECK is set. * posix/globtest.sh: Correct expected result for NOCHECK test. * po/ca.po: Update from translation team. --- posix/globtest.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'posix/globtest.sh') diff --git a/posix/globtest.sh b/posix/globtest.sh index b85a8e529b..a57c49f872 100755 --- a/posix/globtest.sh +++ b/posix/globtest.sh @@ -559,9 +559,7 @@ ${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \ ${common_objpfx}posix/globtest -c "$testdir" "*/blahblah" | sort > $testout cat <<"EOF" | cmp - $testout >> $logfile || failed=1 -`dir1/blahblah' -`dir2/blahblah' -`noread/blahblah' +`*/blahblah' EOF if test $failed -ne 0; then echo "No check2 test failed" >> $logfile -- cgit v1.2.3