From: Peter O'Gorman Date: Mon, 7 Sep 2009 20:17:03 +0000 (-0500) Subject: Fix redirect in test case. X-Git-Tag: v2.2.7b~62 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=91697c2092ad24aab5b926abd7b9247f14d2d9b9;p=thirdparty%2Flibtool.git Fix redirect in test case. tests/darwin.at: Fix stderr redirect. --- diff --git a/ChangeLog b/ChangeLog index a9f29aecc..cc43535b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-09-07 Peter O'Gorman 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])