summaryrefslogtreecommitdiff
path: root/test/lib/completions/rpm.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/rpm.exp')
-rw-r--r--test/lib/completions/rpm.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/completions/rpm.exp b/test/lib/completions/rpm.exp
index 3ed154a9..82ab28dc 100644
--- a/test/lib/completions/rpm.exp
+++ b/test/lib/completions/rpm.exp
@@ -1,11 +1,11 @@
proc setup {} {
save_env
-}; # setup()
+}
proc teardown {} {
assert_env_unmodified
-}; # teardown()
+}
setup
@@ -20,7 +20,7 @@ sync_after_int
# Build list of installed packages
if {[assert_exec {rpm -qa --qf=%\{NAME\}\n | sort -u} packages]} {
assert_complete $packages "rpm -q "
-}; # if
+}
sync_after_int