2009-07-31 12:20:51 +02:00
|
|
|
proc setup {} {
|
|
|
|
save_env
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2009-07-31 12:20:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
proc teardown {} {
|
|
|
|
assert_env_unmodified {/OLDPWD=/d}
|
2010-06-18 17:21:38 +02:00
|
|
|
}
|
2009-07-31 12:20:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
setup
|
|
|
|
|
|
|
|
|
|
|
|
assert_complete_any "screen -"
|
|
|
|
|
|
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
2010-11-01 19:26:53 +02:00
|
|
|
assert_complete {bar "bar bar.d/" foo foo.d/} \
|
|
|
|
"screen -c fixtures/shared/default/" "-c should complete files/dirs"
|
2009-07-31 12:20:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
|
|
|
|
|
|
teardown
|