2015-02-06 20:38:39 +02:00

19 lines
149 B
Plaintext

proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "synclient "
sync_after_int
teardown