guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-12-gc23fb1


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-12-gc23fb15
Date: Wed, 19 Dec 2012 22:31:09 +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 Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=c23fb152b708697473603c9b893a7fd7a30b6561

The branch, stable-2.0 has been updated
       via  c23fb152b708697473603c9b893a7fd7a30b6561 (commit)
      from  668ba7c95594b8294e46027dfade8fa0adb25614 (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 c23fb152b708697473603c9b893a7fd7a30b6561
Author: Ludovic Courtès <address@hidden>
Date:   Wed Dec 19 23:31:05 2012 +0100

    tests: Remove leftover `pk'.
    
    * test-suite/tests/posix.test ("system*"): Remove `pk'.

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

Summary of changes:
 test-suite/tests/posix.test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test-suite/tests/posix.test b/test-suite/tests/posix.test
index ebfb20e..00e9c68 100644
--- a/test-suite/tests/posix.test
+++ b/test-suite/tests/posix.test
@@ -209,5 +209,5 @@
     ;; With Guile up to 2.0.7 included, the child process launched by
     ;; `system*' would remain alive after an `execvp' failure.
     (let ((me (getpid)))
-      (and (not (zero? (pk (system* "something-that-does-not-exist"))))
+      (and (not (zero? (system* "something-that-does-not-exist")))
            (= me (getpid))))))


hooks/post-receive
-- 
GNU Guile



reply via email to

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