Fix cross build issue in execute mode test.

* tests/execute-mode.at: Skip test for cross builds.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
This commit is contained in:
Peter Rosin 2009-11-25 17:29:34 -05:00
parent 79dc9e9c8a
commit 4137bb8a15
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View 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.