(testsuite) Add missing assert_env_unmodified tests.

This commit is contained in:
Ville Skyttä 2010-01-28 01:07:44 +02:00
parent f3b791baeb
commit e7d7ae81ef
3 changed files with 6 additions and 0 deletions

View File

@ -1,10 +1,12 @@
proc setup {} {
save_env
assert_bash_exec "touch fixture1/t.pdf"; # Create temporary files
}; # setup()
proc teardown {} {
assert_bash_exec "rm fixture1/t.pdf"; # Remove temporary files
assert_env_unmodified
}; # teardown()

View File

@ -1,8 +1,10 @@
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()

View File

@ -1,8 +1,10 @@
proc setup {} {
save_env
}; # setup()
proc teardown {} {
assert_env_unmodified
}; # teardown()