Blob Blame History Raw
proc setup {} {
    save_env
}


proc teardown {} {
    assert_env_unmodified
}


setup


if {[assert_exec {fmt --help} "" "" "unsupported"]} {
    assert_complete_any "fmt -"
}


sync_after_int


teardown