2009-08-01 09:35:24 +02:00
|
|
|
proc setup {} {
|
|
|
|
save_env
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2009-08-01 09:35:24 +02:00
|
|
|
|
|
|
|
|
|
|
|
proc teardown {} {
|
|
|
|
assert_env_unmodified
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2009-08-01 09:35:24 +02:00
|
|
|
|
|
|
|
|
|
|
|
setup
|
|
|
|
|
|
|
|
|
2011-05-16 18:57:43 +03:00
|
|
|
if {[assert_exec {vgreduce --help} "" "" "untested"]} { # may fail as non-root
|
|
|
|
assert_complete_any "vgreduce -"
|
|
|
|
}
|
2009-08-01 09:35:24 +02:00
|
|
|
|
|
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
|
|
|
teardown
|