proc setup {} { save_env }; # setup() proc teardown {} { assert_env_unmodified }; # teardown() setup if {[assert_exec {uniq --help} "" "" "unsupported"]} { assert_complete_any "uniq --" }; # if sync_after_int teardown