From 4137bb8a1529bd0a8b91240faa0b08b111c351ce Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Wed, 25 Nov 2009 17:29:34 -0500 Subject: [PATCH] Fix cross build issue in execute mode test. * tests/execute-mode.at: Skip test for cross builds. Signed-off-by: Peter Rosin --- ChangeLog | 5 +++++ tests/execute-mode.at | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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. -- 2.47.2