]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix redirect in test case.
authorPeter O'Gorman <peter@pogma.com>
Mon, 7 Sep 2009 20:17:03 +0000 (15:17 -0500)
committerPeter O'Gorman <peter@pogma.com>
Mon, 7 Sep 2009 20:17:03 +0000 (15:17 -0500)
tests/darwin.at: Fix stderr redirect.

ChangeLog
tests/darwin.at

index a9f29aeccd087770b523a4743c6e132fa8341688..cc43535b6f0fc0a155d97a011e3bf8879307105e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8f55f808099bdccf4100229e9f46a2d247c78df0..bb712075e05c29381905dcb641bbe1bbec266301 100644 (file)
@@ -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])