mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
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:
parent
79dc9e9c8a
commit
4137bb8a15
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user