21 lines
150 B
Plaintext
21 lines
150 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "setquota "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|