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

Ville Skyttä ville.skytta at iki.fi
Sat Dec 26 11:00:08 UTC 2009


The following commit has been merged in the master branch:
commit c6ce22ae442107edf9ec3a2ffb1776010d6f63a5
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Dec 26 12:58:46 2009 +0200

    (testsuite) _vncviewer_bootstrap getting unset is expected, don't fail on it.

diff --git a/test/lib/completions/vncviewer.exp b/test/lib/completions/vncviewer.exp
index 8d619c5..3d47f49 100644
--- a/test/lib/completions/vncviewer.exp
+++ b/test/lib/completions/vncviewer.exp
@@ -4,7 +4,9 @@ proc setup {} {
 
 
 proc teardown {} {
-    assert_env_unmodified
+    assert_env_unmodified {
+        /declare -f _vncviewer_bootstrap/d
+    }
 }; # teardown()
 
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list