diff options
Diffstat (limited to 'test/lib/completions/update-rc.d.exp')
-rw-r--r-- | test/lib/completions/update-rc.d.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/completions/update-rc.d.exp b/test/lib/completions/update-rc.d.exp index 9c2c2464..f2eafea5 100644 --- a/test/lib/completions/update-rc.d.exp +++ b/test/lib/completions/update-rc.d.exp @@ -1,11 +1,11 @@ proc setup {} { save_env -}; # setup() +} proc teardown {} { assert_env_unmodified -}; # teardown() +} setup |