[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 99e550c3a888a0d4e42c43224ff2e63e8538e2cb

Freddy Vulto fvulto at gmail.com
Thu Feb 11 22:15:07 UTC 2010


The following commit has been merged in the master branch:
commit 9f107370c494dd565737335f8bef0cfc67bc46a2
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Thu Feb 11 23:09:46 2010 +0100

    (testsuite) Added `sleep .1' after sending QUIT/INT to bash
    See also: http://lists.alioth.debian.org/pipermail/bash-completion-devel/2010-February/002566.html

diff --git a/test/lib/library.exp b/test/lib/library.exp
index 00dd846..8de12d9 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -836,6 +836,10 @@ proc sync_after_int {{prompt /@}} {
     set test "Sync after INT"
     sleep .1
     send \031\003;  # QUIT/INT
+    # Wait to allow bash to become ready
+    # See also: http://lists.alioth.debian.org/pipermail/bash-completion-devel/
+    #           2010-February/002566.html
+    sleep .1
         # NOTE: Regexp `.*' causes `expect' to discard previous unknown output.
         #       This is necessary if a completion doesn't match expectations.
         #       For instance with `filetype_xspec' completion (e.g. `kdvi') if

-- 
bash-completion



More information about the Bash-completion-commits mailing list