[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-246-g00a6abb

David Paleino dapal at debian.org
Mon May 2 16:41:46 UTC 2011


The following commit has been merged in the master branch:
commit 00a6abb136dc4d005af8a1c2ed55f5f34e64270d
Author: David Paleino <dapal at debian.org>
Date:   Mon May 2 18:41:36 2011 +0200

    Also get rid of BASH_COMPLETION_DIR in the testsuite

diff --git a/test/lib/library.exp b/test/lib/library.exp
index a87fe89..ab2d92b 100644
--- a/test/lib/library.exp
+++ b/test/lib/library.exp
@@ -858,8 +858,7 @@ proc _save_env {{file ""}} {
 
 # Source bash_completion package
 proc source_bash_completion {} {
-    assert_bash_exec {BASH_COMPLETION_DIR=$(cd "$SRCDIR/.."; pwd)/completions}
-    assert_bash_exec {BASH_COMPLETION_COMPAT_DIR=$BASH_COMPLETION_DIR}
+    assert_bash_exec {BASH_COMPLETION_COMPAT_DIR=$(cd "$SRCDIR/.."; pwd)/completions}
     assert_bash_exec {BASH_COMPLETION=$(cd "$SRCDIR/.."; pwd)/bash_completion}
     assert_bash_exec {source "$BASH_COMPLETION"}
 }

-- 
bash-completion



More information about the Bash-completion-commits mailing list