21 lines
206 B
Plaintext
21 lines
206 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}; # setup()
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}; # teardown()
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete {bar "bar bar.d/" foo foo.d/} "sbcl fixture1/"
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|