* tests/execute-mode.at: Skip test for cross builds.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
+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.
[], [./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.