mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
2000-04-18 H.J. Lu <hjl@gnu.org> * posix/globtest.sh: Properly apply the patch by Ulrich Drepper <drepper@redhat.com> on 2000-04-13.
This commit is contained in:
parent
fff1a600dc
commit
312afddb24
@ -1,3 +1,8 @@
|
||||
2000-04-18 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* posix/globtest.sh: Properly apply the patch by Ulrich Drepper
|
||||
<drepper@redhat.com> on 2000-04-13.
|
||||
|
||||
2000-04-27 Bruno Haible <clisp.cons.org>
|
||||
|
||||
* intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
|
||||
|
@ -235,6 +235,12 @@ echo ~ | cmp - $testout || result=1
|
||||
${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \
|
||||
${common_objpfx}posix/globtest -q -t "$testdir" "~/" |
|
||||
sort > $testout
|
||||
echo ~/ | cmp - $testout || result=1
|
||||
|
||||
# Test tilde expansion with username
|
||||
${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \
|
||||
${common_objpfx}posix/globtest -q -t "$testdir" "~"$USER |
|
||||
sort > $testout
|
||||
# Some shell incorrectly(?) convert ~/ into // if ~ expands to /.
|
||||
if test ~/ = //; then
|
||||
echo / | cmp - $testout || result=1
|
||||
@ -242,12 +248,6 @@ else
|
||||
echo ~/ | cmp - $testout || result=1
|
||||
fi
|
||||
|
||||
# Test tilde expansion with username
|
||||
${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \
|
||||
${common_objpfx}posix/globtest -q -t "$testdir" "~"$USER |
|
||||
sort > $testout
|
||||
eval echo ~$USER | cmp - $testout || result=1
|
||||
|
||||
# Tilde expansion shouldn't match a file
|
||||
${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \
|
||||
${common_objpfx}posix/globtest -T "$testdir" "~file4" |
|
||||
|
Loading…
Reference in New Issue
Block a user