diff options
Diffstat (limited to 'test/lib/completions/kldunload.exp')
-rw-r--r-- | test/lib/completions/kldunload.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/completions/kldunload.exp b/test/lib/completions/kldunload.exp index 192159a5..476c5104 100644 --- a/test/lib/completions/kldunload.exp +++ b/test/lib/completions/kldunload.exp @@ -1,11 +1,11 @@ proc setup {} { save_env -}; # setup() +} proc teardown {} { assert_env_unmodified -}; # teardown() +} setup |