summaryrefslogtreecommitdiff
path: root/test/lib/completions/module.exp
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2011-01-09 18:19:18 +0100
committerDavid Paleino <dapal@debian.org>2011-01-09 18:19:18 +0100
commita5e203cfe5bc335667900a3026a13e613152b50c (patch)
treecbc49be2e8062a929ddb2cfc56e15adfdcab2c49 /test/lib/completions/module.exp
parentbccf24e53240356343eb48c00cd256fb7ad2a39a (diff)
parentfe2d7645df9f619a33feb8c8d7c89b1ea5fcad6b (diff)
downloadbash-completion-a5e203cfe5bc335667900a3026a13e613152b50c.tar.gz
Merge branch 'master' into 1.x
Conflicts: CHANGES configure.ac
Diffstat (limited to 'test/lib/completions/module.exp')
-rw-r--r--test/lib/completions/module.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/completions/module.exp b/test/lib/completions/module.exp
index a34667d4..5e36a6da 100644
--- a/test/lib/completions/module.exp
+++ b/test/lib/completions/module.exp
@@ -1,11 +1,11 @@
proc setup {} {
save_env
-}; # setup()
+}
proc teardown {} {
assert_env_unmodified
-}; # teardown()
+}
setup