From 567eb378023b1dad539c12507c4e3a4c3f4cd729 Mon Sep 17 00:00:00 2001 From: Freddy Vulto Date: Fri, 31 Jul 2009 12:20:51 +0200 Subject: Reviewed tests s* --- test/lib/completions/service.exp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/lib/completions/service.exp (limited to 'test/lib/completions/service.exp') diff --git a/test/lib/completions/service.exp b/test/lib/completions/service.exp new file mode 100644 index 00000000..917c5dcb --- /dev/null +++ b/test/lib/completions/service.exp @@ -0,0 +1,20 @@ +proc setup {} { + save_env +}; # setup() + + +proc teardown {} { + assert_env_unmodified +}; # teardown() + + +setup + + +assert_complete_any "service " + + +sync_after_int + + +teardown -- cgit v1.2.1