From: Peter Rosin Date: Wed, 25 Nov 2009 22:29:34 +0000 (-0500) Subject: Fix cross build issue in execute mode test. X-Git-Tag: v2.2.7b~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4137bb8a1529bd0a8b91240faa0b08b111c351ce;p=thirdparty%2Flibtool.git Fix cross build issue in execute mode test. * tests/execute-mode.at: Skip test for cross builds. Signed-off-by: Peter Rosin --- diff --git a/ChangeLog b/ChangeLog index 7b84f9137..3c984849c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-25 Peter Rosin + + Fix cross build issue in execute mode test. + * tests/execute-mode.at: Skip test for cross builds. + 2009-11-24 Ralf Wildenhues Tighten regex for Portland C++ compiler for version 10. diff --git a/tests/execute-mode.at b/tests/execute-mode.at index a1f201774..a1a1ee286 100644 --- a/tests/execute-mode.at +++ b/tests/execute-mode.at @@ -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.