22 lines
193 B
Plaintext
Raw Normal View History

2014-04-06 13:09:21 +03:00
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "pngfix "
sync_after_int
assert_complete_any "pngfix -"
sync_after_int
teardown