23 lines
242 B
Plaintext
23 lines
242 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "vi "
|
|
sync_after_int
|
|
|
|
|
|
assert_complete {libfoo.conf foo.txt} "vi $::srcdir/fixtures/shared/ld.so.conf.d/"
|
|
sync_after_int
|
|
|
|
|
|
teardown
|