The following commit has been merged in the master branch:
commit 25a0fcf1b4bbd862d57525f06e33a7a901eef889
Author: Ville Skyttä <[email protected]>
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
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits