summaryrefslogtreecommitdiff
path: root/test/lib/completions/tr.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/tr.exp')
-rw-r--r--test/lib/completions/tr.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/completions/tr.exp b/test/lib/completions/tr.exp
index 68b11a36..c10c8ba1 100644
--- a/test/lib/completions/tr.exp
+++ b/test/lib/completions/tr.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 {tr --help} "" "" "unsupported"]} {
assert_complete_any "tr --"
-}; # if
+}
sync_after_int