(testsuite) Fix scp completions
match_items() now does a better job at maintaining a tcl list, that's probably why the double escaping at scp isn't necessary anymore.
This commit is contained in:
parent
eb860b7b9f
commit
932a4db5df
@ -59,7 +59,7 @@ foreach host [get_hosts] {
|
||||
}; # foreach
|
||||
lappend expected doo: gee: hus: ike:
|
||||
# Append local filenames
|
||||
lappend expected config known_hosts "spaced\\\\ \\\\ conf"
|
||||
lappend expected config known_hosts "spaced\\ \\ conf"
|
||||
set dir fixtures/scp
|
||||
assert_complete_dir $expected "scp -F config " $dir
|
||||
|
||||
@ -93,7 +93,7 @@ foreach host [get_hosts] {
|
||||
# Hosts `doo' and `ike' are defined in ./fixtures/scp/known_hosts
|
||||
lappend expected doo: gee: hus: ike: jar:
|
||||
# Append local filenames
|
||||
lappend expected config known_hosts "spaced\\\\ \\\\ conf"
|
||||
lappend expected config known_hosts "spaced\\ \\ conf"
|
||||
set dir fixtures/scp
|
||||
#assert_complete_dir $expected "scp -F 'spaced conf' " $dir
|
||||
set prompt "/$dir/@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user