Add basic tests for hping2.
This commit is contained in:
parent
f374d13516
commit
c858043cbc
1
test/completion/hping2.exp
Normal file
1
test/completion/hping2.exp
Normal file
@ -0,0 +1 @@
|
|||||||
|
assert_source_completions hping2
|
20
test/lib/completions/hping2.exp
Normal file
20
test/lib/completions/hping2.exp
Normal 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
|
Loading…
x
Reference in New Issue
Block a user