libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.6-162-g4137bb8


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-162-g4137bb8
Date: Fri, 27 Nov 2009 22:55:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  4137bb8a1529bd0a8b91240faa0b08b111c351ce (commit)
      from  79dc9e9c8af44bcedb576807bc42e178940a52fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4137bb8a1529bd0a8b91240faa0b08b111c351ce
Author: Peter Rosin <address@hidden>
Date:   Wed Nov 25 17:29:34 2009 -0500

    Fix cross build issue in execute mode test.
    
    * tests/execute-mode.at: Skip test for cross builds.
    
    Signed-off-by: Peter Rosin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    5 +++++
 tests/execute-mode.at |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7b84f91..3c98484 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-25  Peter Rosin  <address@hidden>
+
+       Fix cross build issue in execute mode test.
+       * tests/execute-mode.at: Skip test for cross builds.
+
 2009-11-24  Ralf Wildenhues  <address@hidden>
 
        Tighten regex for Portland C++ compiler for version 10.
diff --git a/tests/execute-mode.at b/tests/execute-mode.at
index a1f2017..a1a1ee2 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.


hooks/post-receive
-- 
GNU Libtool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]