]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/link-order.at [ interix ]: Skip command line grep.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 20 Nov 2005 08:17:22 +0000 (08:17 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 20 Nov 2005 08:17:22 +0000 (08:17 +0000)
* tests/deplibs-ident.at [ interix ]: Not broken here.
Reported by Thorsten Glaser <tg@66h.42h.de>.

ChangeLog
tests/deplibs-ident.at
tests/link-order.at

index 0c3f76bfaf87b41d43c3a614ecc15400be5119fe..2b22e52fc1e41b91031995958fa7a00d73cb382d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-20  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * tests/link-order.at [ interix ]: Skip command line grep.
+       * tests/deplibs-ident.at [ interix ]: Not broken here.
+       Reported by Thorsten Glaser <tg@66h.42h.de>.
+
 2005-11-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * libtoolize.m4sh (func_copy_all_files)
index 9fdc7361f29340f83f24bca903b2ccd229d9ecef..b7036c85fcfce0dac115469c533dc7772c725e72 100644 (file)
@@ -58,7 +58,7 @@ int main() { return a1() + a2() + a3() + c(); }
   AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o b b.$OBJEXT ../liba1.la ../liba2.la ../liba3.la ../../c/libcee.la -rpath /nowhere],
           [0],[stdout],[ignore])
   AT_CHECK([$EGREP 'cee.*cee' stdout], 1, [ignore], [ignore])
-  AT_XFAIL_IF([case $host_os in aix*) false;; *):;; esac])
+  AT_XFAIL_IF([case $host_os in aix*|interix*) false;; *):;; esac])
   dnl This is currently broken in libtool
 )
 
index 4b1c58d0cf0bb3f94a1033ac800762993b89d568..151cf4a5a443acbcb514c8bbb10a5291f1b512e0 100644 (file)
@@ -64,7 +64,7 @@ $LIBTOOL --mode=clean rm -f src/libb.la
 $LIBTOOL --mode=clean rm -f src/liba.la
 
 case $host_os in
-aix*) ;;  # AIX has different path syntax
+aix* | interix*) ;;  # These systems have different path syntax
 *)
   # Do not error if we do not relink (e.g. static-only systems)
   AT_CHECK([if $EGREP relinking stderr; then