(testsuite): Add basic gnokii test case

This commit is contained in:
Ville Skyttä 2015-05-11 12:14:31 +03:00
parent b07e355111
commit 90ebb7eb54
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions gnokii

View File

@ -0,0 +1,18 @@
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "gnokii "
sync_after_int
teardown