From 1c28fa983dc580184a656c1256b85b36e66db09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 31 Oct 2010 22:39:19 +0200 Subject: [PATCH] (testsuite) Test sftp -F with sftp instead of ssh. --- test/lib/completions/sftp.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/completions/sftp.exp b/test/lib/completions/sftp.exp index 30837ec6..65059721 100644 --- a/test/lib/completions/sftp.exp +++ b/test/lib/completions/sftp.exp @@ -59,7 +59,7 @@ set test "-F should complete filename" set dir fixtures/sftp set prompt "/$dir/@" assert_bash_exec "cd $dir" "" $prompt -set cmd "ssh -Fsp" +set cmd "sftp -Fsp" send "$cmd\t" expect -ex "$cmd" expect {