diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-03 23:41:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-03 23:41:50 +0000 |
commit | 68eefde7b626b57d5fde40980084feda77c89801 (patch) | |
tree | 343a783a04e2ecfa9b42abfed3db5dd9c963b423 /stdio-common | |
parent | 6f98fd7ebb025b6aa3731139c1897bd46a6278fb (diff) | |
download | glibc-68eefde7b626b57d5fde40980084feda77c89801.zip glibc-68eefde7b626b57d5fde40980084feda77c89801.tar.gz glibc-68eefde7b626b57d5fde40980084feda77c89801.tar.bz2 |
Update.
2000-07-03 Andreas Jaeger <aj@suse.de>
* dlfcn/Makefile (generated): New.
Diffstat (limited to 'stdio-common')
-rwxr-xr-x | stdio-common/tst-unbputc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index 929afd3..efc0777 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.sh @@ -26,6 +26,6 @@ ${common_objpfx}elf/ld.so --library-path $common_objpfx \ ${common_objpfx}stdio-common/tst-unbputc \ 2> ${common_objpfx}stdio-common/tst-unbputc.out || status=1 -(echo 12 | cmp ${common_objpfx}stdio-common/tst-unbputc.out -) || status=1 +(echo -n 12 | cmp ${common_objpfx}stdio-common/tst-unbputc.out -) || status=1 exit $status |