From: Ileana Dumitrescu Date: Wed, 19 Jun 2024 18:27:03 +0000 (+0300) Subject: libtool: Alter test to expect pass X-Git-Tag: v2.5.1~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81dda9b5c7ffe4abb9c102e03da43c6da0057538;p=thirdparty%2Flibtool.git libtool: Alter test to expect pass * tests/duplicate_deps.at: Remove expected failure for testing with preserve-dup-deps flag, since it has been fixed. --- diff --git a/tests/duplicate_deps.at b/tests/duplicate_deps.at index f2e9f6672..1e9875287 100644 --- a/tests/duplicate_deps.at +++ b/tests/duplicate_deps.at @@ -68,8 +68,7 @@ AT_CHECK([$LIBTOOL --mode=link --tag=CC \ $CC $CFLAGS $LDFLAGS -o main$EXEEXT main.$OBJEXT liba.la libb.la liba.la \ && exit 77], [1], [ignore], [ignore]) -# Other systems need special treatment, which currently fails. -AT_XFAIL_IF([:]) +# Other systems need special treatment, so preserve-dup-deps flag is used. AT_CHECK([$LIBTOOL --mode=link --preserve-dup-deps --tag=CC \ $CC $CFLAGS $LDFLAGS -o main$EXEEXT main.$OBJEXT liba.la libb.la liba.la], [0], [ignore], [ignore])