about summary refs log tree commit diff
path: root/posix/globtest.sh
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-12-10 12:21:07 +0000
committerUlrich Drepper <drepper@redhat.com>2001-12-10 12:21:07 +0000
commit870a4e12539d12200d7946b0c7e1f6ca45530262 (patch)
tree4413fb99cfb8e66b53538623ef5094d2f63b06fa /posix/globtest.sh
parent79a4920be38b094938de8f055a28c3db7df2d5fd (diff)
downloadglibc-870a4e12539d12200d7946b0c7e1f6ca45530262.tar.gz
glibc-870a4e12539d12200d7946b0c7e1f6ca45530262.tar.xz
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-xposix/globtest.sh4
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