mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-31 16:10:35 +08:00
Fix redirect in test case.
tests/darwin.at: Fix stderr redirect.
This commit is contained in:
parent
4ad8b63bd1
commit
91697c2092
@ -1,5 +1,8 @@
|
||||
2009-09-07 Peter O'Gorman <peter@pogma.com
|
||||
|
||||
Fix redirect in test case.
|
||||
* tests/darwin.at: Fix stderr redirect.
|
||||
|
||||
Use darwin's -force_load flag if available for whole_archive_flag_spec
|
||||
* libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Check for
|
||||
-force_load and use it if there.
|
||||
|
@ -184,7 +184,7 @@ AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS ]dnl
|
||||
|
||||
AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS ]dnl
|
||||
[ -o main main.lo libbar.la],[], [ignore], [ignore])
|
||||
AT_CHECK([echo quit | $LIBTOOL --mode=execute gdb main 2>err1],
|
||||
AT_CHECK([echo quit | $LIBTOOL --mode=execute gdb main],
|
||||
[ignore], [ignore], [stderr])
|
||||
|
||||
AT_CHECK([grep 'Could not find object file' stderr],[1],[ignore],[ignore])
|
||||
|
Loading…
x
Reference in New Issue
Block a user