]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix cross build issue in execute mode test.
authorPeter Rosin <peda@lysator.liu.se>
Wed, 25 Nov 2009 22:29:34 +0000 (17:29 -0500)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 25 Nov 2009 22:29:34 +0000 (17:29 -0500)
* tests/execute-mode.at: Skip test for cross builds.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
tests/execute-mode.at

index 7b84f913742e272625b4509791a2230b4a2862b1..3c984849c806f1564698bc51a3241af0dd817a4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-25  Peter Rosin  <peda@lysator.liu.se>
+
+       Fix cross build issue in execute mode test.
+       * tests/execute-mode.at: Skip test for cross builds.
+
 2009-11-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Tighten regex for Portland C++ compiler for version 10.
index a1f20177415dada675572ce815774b0ff1d87041..a1a1ee286ac00001fce0bf0e1a4307632404f7b2 100644 (file)
@@ -169,8 +169,8 @@ AT_CHECK([$LIBTOOL --mode=execute ./foo lt-wrapper "arg  with special chars: \$!
         [], [./lt-real
 arg  with special chars: $!&*`'()
 ])
-AT_CHECK([$LIBTOOL --mode=execute ./main$EXEEXT "arg  with special chars: \$!&*\`'()"],
-        [], [stdout])
+LT_AT_NOINST_EXEC_CHECK([./main], [], [], [stdout], [ignore],
+                       ["arg  with special chars: \$!&*\`'()"])
 AT_CHECK([$FGREP 'arg  with special chars: $!&*`'\''()' stdout], [], [ignore])
 
 # We always pair two args.  The first one is never the empty string.