28 lines
312 B
Plaintext
Raw Normal View History

2009-07-31 12:20:51 +02:00
proc setup {} {
save_env
}
2009-07-31 12:20:51 +02:00
proc teardown {} {
assert_env_unmodified {/OLDPWD=/d}
}
2009-07-31 12:20:51 +02:00
setup
assert_complete_any "screen -"
sync_after_int
assert_complete {bar "bar bar.d/" foo foo.d/} \
"screen -c $::srcdir/fixtures/shared/default/" "-c should complete files/dirs"
2009-07-31 12:20:51 +02:00
sync_after_int
teardown