diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-10 12:21:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-10 12:21:07 +0000 |
commit | 870a4e12539d12200d7946b0c7e1f6ca45530262 (patch) | |
tree | 4413fb99cfb8e66b53538623ef5094d2f63b06fa /posix/globtest.sh | |
parent | 79a4920be38b094938de8f055a28c3db7df2d5fd (diff) | |
download | glibc-870a4e12539d12200d7946b0c7e1f6ca45530262.tar glibc-870a4e12539d12200d7946b0c7e1f6ca45530262.tar.gz glibc-870a4e12539d12200d7946b0c7e1f6ca45530262.tar.bz2 glibc-870a4e12539d12200d7946b0c7e1f6ca45530262.zip |
Update.
2001-12-10 Ulrich Drepper <drepper@redhat.com>
* 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.
Diffstat (limited to 'posix/globtest.sh')
-rwxr-xr-x | posix/globtest.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 |