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

Ville Skyttä ville.skytta at iki.fi
Sun Jan 3 14:26:56 UTC 2010


The following commit has been merged in the master branch:
commit 25a0fcf1b4bbd862d57525f06e33a7a901eef889
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Jan 3 16:25:33 2010 +0200

    Hook up openssl tests, do env modification checks.

diff --git a/test/completion/openssl.exp b/test/completion/openssl.exp
new file mode 100644
index 0000000..5c09575
--- /dev/null
+++ b/test/completion/openssl.exp
@@ -0,0 +1,3 @@
+if {[assert_bash_type openssl]} {
+    source "lib/completions/openssl.exp"
+}; # if
diff --git a/test/lib/completions/openssl.exp b/test/lib/completions/openssl.exp
index 13c49b4..651e5e6 100644
--- a/test/lib/completions/openssl.exp
+++ b/test/lib/completions/openssl.exp
@@ -1,8 +1,10 @@
 proc setup {} {
+    save_env
 }; # setup()
 
 
 proc teardown {} {
+    assert_env_unmodified
 }; # teardown()
 
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list