Also fix some options handling and errors in unusual usecases (Alioth: #313498). Patch is partially written by Lekensteyn <lekensteyn@gmail.com> Reviewed-by: Sergey V <sftp.mtuci@gmail.com>
21 lines
148 B
Plaintext
21 lines
148 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "insmod "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|