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

Ville Skyttä ville.skytta at iki.fi
Mon Jun 21 21:07:43 UTC 2010


The following commit has been merged in the master branch:
commit 2e95443e1489ec75b7abb25bb43f5b8a931347ae
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Jun 22 00:07:21 2010 +0300

    (testsuite) Drop ending block comments.

diff --git a/test/generate b/test/generate
index aa282a2..dc400cb 100755
--- a/test/generate
+++ b/test/generate
@@ -32,12 +32,12 @@ generate_test_lib_completions() {
     cat <<EXPECT > "$path"
 proc setup {} {
     save_env
-}; # setup()
+}
 
 
 proc teardown {} {
     assert_env_unmodified
-}; # teardown()
+}
 
 
 setup
diff --git a/test/lib/completions/lrzip.exp b/test/lib/completions/lrzip.exp
index bcf26c1..97bc123 100644
--- a/test/lib/completions/lrzip.exp
+++ b/test/lib/completions/lrzip.exp
@@ -1,11 +1,11 @@
 proc setup {} {
     save_env
-}; # setup()
+}
 
 
 proc teardown {} {
     assert_env_unmodified
-}; # teardown()
+}
 
 
 setup

-- 
bash-completion



More information about the Bash-completion-commits mailing list