test suite: Add basic nslookup test case.
This commit is contained in:
parent
dfaf85f197
commit
62ec1eef2e
1
test/completion/nslookup.exp
Normal file
1
test/completion/nslookup.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions nslookup
|
20
test/lib/completions/nslookup.exp
Normal file
20
test/lib/completions/nslookup.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "nslookup -"
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
Loading…
x
Reference in New Issue
Block a user