summaryrefslogtreecommitdiff
path: root/test/lib/completions/ssh-copy-id.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/ssh-copy-id.exp')
-rw-r--r--test/lib/completions/ssh-copy-id.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/lib/completions/ssh-copy-id.exp b/test/lib/completions/ssh-copy-id.exp
deleted file mode 100644
index 5abe303d..00000000
--- a/test/lib/completions/ssh-copy-id.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-proc setup {} {
- save_env
- # Some old versions of ssh-copy-id won't output even usage if no
- # identities are found. Try to make sure there is at least one (for CI).
- assert_bash_exec {OLDHOME=$HOME ; HOME=$SRCDIR/fixtures/ssh-copy-id}
-}
-
-
-proc teardown {} {
- assert_bash_exec {HOME=$OLDHOME}
- assert_env_unmodified {
- /OLDHOME=/d
- }
-}
-
-
-setup
-
-
-assert_complete_any "ssh-copy-id -"
-
-
-sync_after_int
-
-
-teardown