[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 7f5c64e58014bca82efdb34c0015b091a8c5d84f

Ville Skyttä ville.skytta at iki.fi
Tue Sep 28 15:00:54 UTC 2010


The following commit has been merged in the master branch:
commit 372008342efa2ce6918cbc754c34c5f97d1de842
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Sep 28 17:55:51 2010 +0300

    (testsuite) Run sftp tests with fixtures/sftp data, comment fixes.

diff --git a/test/lib/completions/sftp.exp b/test/lib/completions/sftp.exp
index 7a197c7..186a055 100644
--- a/test/lib/completions/sftp.exp
+++ b/test/lib/completions/sftp.exp
@@ -20,7 +20,7 @@ set expected [get_hosts]
     # Hosts `gee' and `hus' are defined in ./fixtures/sftp/config
     # Hosts `doo' and `ike' are defined in ./fixtures/sftp/known_hosts
 lappend expected doo gee hus ike
-set dir fixtures/scp
+set dir fixtures/sftp
 assert_complete_dir $expected "sftp -F config " $dir
 
 
@@ -45,8 +45,8 @@ 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/scp/spaced  conf"
-    # Hosts `doo' and `ike' are defined in ./fixtures/scp/known_hosts
+    # Hosts `gee', `hus' and `jar' are defined in "./fixtures/sftp/spaced  conf"
+    # Hosts `doo' and `ike' are defined in ./fixtures/sftp/known_hosts
 lappend expected doo gee hus ike jar
 set dir fixtures/sftp
 assert_complete_dir $expected "sftp -F spaced\\ \\ conf " $dir

-- 
bash-completion



More information about the Bash-completion-commits mailing list