Add basic tests for hping2.

This commit is contained in:
Ville Skyttä 2010-06-16 20:34:08 +03:00
parent f374d13516
commit c858043cbc
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1 @@
assert_source_completions hping2

View File

@ -0,0 +1,20 @@
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()
setup
assert_complete_any "hping2 "
sync_after_int
teardown