2010-04-21 19:20:35 +03:00
|
|
|
proc setup {} {
|
|
|
|
save_env
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2010-04-21 19:20:35 +03:00
|
|
|
|
|
|
|
|
|
|
|
proc teardown {} {
|
|
|
|
assert_env_unmodified
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2010-04-21 19:20:35 +03:00
|
|
|
|
|
|
|
|
|
|
|
setup
|
|
|
|
|
|
|
|
|
|
|
|
assert_complete_any "autorpm "
|
|
|
|
|
|
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
|
|
|
teardown
|