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