about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
Diffstat (limited to 'posix')
-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