(testsuite) Add missing assert_env_unmodified tests.
This commit is contained in:
parent
f3b791baeb
commit
e7d7ae81ef
@ -1,10 +1,12 @@
|
|||||||
proc setup {} {
|
proc setup {} {
|
||||||
|
save_env
|
||||||
assert_bash_exec "touch fixture1/t.pdf"; # Create temporary files
|
assert_bash_exec "touch fixture1/t.pdf"; # Create temporary files
|
||||||
}; # setup()
|
}; # setup()
|
||||||
|
|
||||||
|
|
||||||
proc teardown {} {
|
proc teardown {} {
|
||||||
assert_bash_exec "rm fixture1/t.pdf"; # Remove temporary files
|
assert_bash_exec "rm fixture1/t.pdf"; # Remove temporary files
|
||||||
|
assert_env_unmodified
|
||||||
}; # teardown()
|
}; # teardown()
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
proc setup {} {
|
proc setup {} {
|
||||||
|
save_env
|
||||||
}; # setup()
|
}; # setup()
|
||||||
|
|
||||||
|
|
||||||
proc teardown {} {
|
proc teardown {} {
|
||||||
|
assert_env_unmodified
|
||||||
}; # teardown()
|
}; # teardown()
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
proc setup {} {
|
proc setup {} {
|
||||||
|
save_env
|
||||||
}; # setup()
|
}; # setup()
|
||||||
|
|
||||||
|
|
||||||
proc teardown {} {
|
proc teardown {} {
|
||||||
|
assert_env_unmodified
|
||||||
}; # teardown()
|
}; # teardown()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user