[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 0f450219b667ec5f8d951b0c41593c7b983e2ada

Ville Skyttä ville.skytta at iki.fi
Mon Nov 1 17:30:39 UTC 2010


The following commit has been merged in the master branch:
commit 1c28fa983dc580184a656c1256b85b36e66db09b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 31 22:39:19 2010 +0200

    (testsuite) Test sftp -F with sftp instead of ssh.

diff --git a/test/lib/completions/sftp.exp b/test/lib/completions/sftp.exp
index 30837ec..6505972 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 {

-- 
bash-completion



More information about the Bash-completion-commits mailing list