mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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.
This commit is contained in:
parent
7f86baed1a
commit
81dda9b5c7
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user