(testsuite) Add missing assert_env_unmodified tests.
This commit is contained in:
parent
f3b791baeb
commit
e7d7ae81ef
@ -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()
|
||||
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}; # setup()
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}; # teardown()
|
||||
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}; # setup()
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}; # teardown()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user