e29c6bc872
Initial patch by: Raphaël Droz <raphael.droz@gmail.com>
27 lines
194 B
Plaintext
27 lines
194 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "wget --"
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
assert_no_complete "wget "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|