summaryrefslogtreecommitdiff
path: root/test/unit/_known_hosts_real.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/_known_hosts_real.exp')
-rw-r--r--test/unit/_known_hosts_real.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/_known_hosts_real.exp b/test/unit/_known_hosts_real.exp
index 0e381fa7..d4ba804e 100644
--- a/test/unit/_known_hosts_real.exp
+++ b/test/unit/_known_hosts_real.exp
@@ -52,8 +52,8 @@ set test "Files containing consecutive spaces should work"
set hosts [get_hosts -unsorted]
set hosts_orig $hosts
# Hosts `gee' and `hus' are defined in `./fixtures/_known_hosts_real/spaced conf'
- # Host `two' is defined in ./fixtures/_known_hosts_real/known_hosts2
-lappend hosts gee hus two
+ # Hosts `two*' are defined in ./fixtures/_known_hosts_real/known_hosts2
+lappend hosts gee hus two two2 two3 two4
set hosts_config $hosts
# Hosts `doo' and `ike' are defined in `./fixtures/_known_hosts_/spaced known_hosts'
lappend hosts doo ike
@@ -78,9 +78,9 @@ sync_after_int
set test "Files starting with tilde (~) should work"
set hosts [get_hosts -unsorted]
- # Host `two' is defined in ./fixtures/_known_hosts_real/known_hosts2
+ # Hosts `two*' are defined in ./fixtures/_known_hosts_real/known_hosts2
# Host `three' is defined in ./fixtures/_known_hosts_real/known_hosts3
-lappend hosts two three
+lappend hosts two two2 two3 two4 three
set hosts [join [bash_sort $hosts] "\\s+"]
# Setup environment
set cmd {OLDHOME=$HOME; HOME=$SRCDIRABS}