27 lines
261 B
Plaintext
27 lines
261 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}; # setup()
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}; # teardown()
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "lzma "
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
assert_complete "a/ bashcomp.lzma bashcomp.tlz" "lzma -d fixtures/xz/"
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|