summaryrefslogtreecommitdiff
path: root/test/lib/completions/dcop.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/dcop.exp')
-rw-r--r--test/lib/completions/dcop.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/completions/dcop.exp b/test/lib/completions/dcop.exp
index 6ed800c5..1e27346b 100644
--- a/test/lib/completions/dcop.exp
+++ b/test/lib/completions/dcop.exp
@@ -1,11 +1,11 @@
proc setup {} {
save_env
-}; # setup()
+}
proc teardown {} {
assert_env_unmodified
-}; # teardown()
+}
setup
@@ -13,7 +13,7 @@ setup
if {[assert_exec {dcop} words]} {
assert_complete $words "dcop "
-}; # if
+}
sync_after_int