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.
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])