summaryrefslogtreecommitdiff
path: root/test/lib/completions/sftp.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/completions/sftp.exp')
-rw-r--r--test/lib/completions/sftp.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lib/completions/sftp.exp b/test/lib/completions/sftp.exp
index 27fe7511..3c18ddb7 100644
--- a/test/lib/completions/sftp.exp
+++ b/test/lib/completions/sftp.exp
@@ -21,9 +21,9 @@ setup
# Build string list of expected completions
set expected [get_hosts]
- # Hosts `gee' and `hus' are defined in ./fixtures/sftp/config
+ # Hosts `gee' and `hut' are defined in ./fixtures/sftp/config
# Hosts `10.10.10.10', `doo' and `ike' are defined in ./fixtures/sftp/known_hosts
-lappend expected 10.10.10.10 doo gee hus ike
+lappend expected 10.10.10.10 doo gee hut ike
assert_complete $expected "sftp -F config "
@@ -48,9 +48,9 @@ sync_after_int
# Build string list of expected completions
# Get hostnames and give them a colon (:) suffix
set expected [get_hosts]
- # Hosts `gee', `hus' and `jar' are defined in "./fixtures/sftp/spaced conf"
+ # Hosts `gee' and `jar' are defined in "./fixtures/sftp/spaced conf"
# Hosts `10.10.10.10', `doo' and `ike' are defined in ./fixtures/sftp/known_hosts
-lappend expected 10.10.10.10 doo gee hus ike jar
+lappend expected 10.10.10.10 doo gee ike jar
assert_complete $expected "sftp -F spaced\\ \\ conf "