]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Alter test to expect pass
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 19 Jun 2024 18:27:03 +0000 (21:27 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Fri, 19 Jul 2024 16:26:07 +0000 (19:26 +0300)
* tests/duplicate_deps.at: Remove expected failure for testing
  with preserve-dup-deps flag, since it has been fixed.

tests/duplicate_deps.at

index f2e9f667292c636732df224388192c6a9a87f6a9..1e9875287450b65abd6bbd25d3494101ef4764a1 100644 (file)
@@ -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])