proc setup {} { save_env } proc teardown {} { assert_env_unmodified } setup assert_complete_any "rsync " sync_after_int assert_complete "rsh ssh" "rsync --rsh " sync_after_int assert_complete "rsh ssh" "rsync --rsh=" sync_after_int teardown