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