28 lines
313 B
Plaintext
Raw Normal View History

2011-06-06 01:06:25 +04:00
proc setup {} {
save_env
}
proc teardown {} {
assert_env_unmodified
}
setup
assert_complete_any "kcov "
sync_after_int
set test "--exclude-patter<TAB> should complete \"--exclude-pattern=\""
assert_complete "--exclude-pattern=" "kcov --exclude-patter" $test -nospace
2011-06-06 01:06:25 +04:00
sync_after_int
teardown