Skip to content

Commit

Permalink
(testsuite): Add basic gnokii test case
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 11, 2015
1 parent b07e355 commit 90ebb7e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/completion/gnokii.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assert_source_completions gnokii
18 changes: 18 additions & 0 deletions test/lib/completions/gnokii.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
proc setup {} {
save_env
}


proc teardown {} {
assert_env_unmodified
}


setup


assert_complete_any "gnokii "
sync_after_int


teardown

0 comments on commit 90ebb7e

Please sign in to comment.