testsuite: Add basic cfagent test case.
This commit is contained in:
parent
7324767680
commit
25a74334e1
1
test/completion/cfagent.exp
Normal file
1
test/completion/cfagent.exp
Normal file
@ -0,0 +1 @@
|
||||
assert_source_completions cfagent
|
20
test/lib/completions/cfagent.exp
Normal file
20
test/lib/completions/cfagent.exp
Normal file
@ -0,0 +1,20 @@
|
||||
proc setup {} {
|
||||
save_env
|
||||
}
|
||||
|
||||
|
||||
proc teardown {} {
|
||||
assert_env_unmodified
|
||||
}
|
||||
|
||||
|
||||
setup
|
||||
|
||||
|
||||
assert_complete_any "cfagent -"
|
||||
|
||||
|
||||
sync_after_int
|
||||
|
||||
|
||||
teardown
|
Loading…
x
Reference in New Issue
Block a user