diff options
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 |