6d31b15011
This mimics the old behaviour where you could reuse `_known_hosts()' as a helper function and pass it `-a' or `-c'. NOTE: Using `_known_hosts' as a helper function and passing options to `_known_hosts' is deprecated: Use `_known_hosts_real' instead.
21 lines
171 B
Plaintext
21 lines
171 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}; # setup()
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}; # teardown()
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "ping "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|