summaryrefslogtreecommitdiff
path: root/test/lib/completions/ssh.exp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'space-fix': Fix tests when BASH_COMPLETION or TESTDIR containCrestez Dan Leonard2010-02-091-2/+2
|\ | | | | | | | | | | | | spaces. Conflicts: CHANGES
| * Fixed tests when BASH_COMPLETION or TESTDIR contain spaces.Crestez Dan Leonard2010-02-021-2/+2
| |
* | (testsuite) Fix ssh testFreddy Vulto2010-02-051-17/+4
|/ | | | | Fix ssh test "First argument shouldn't complete with commands" if one has hosts starting with "bas" in known hosts. (Alioth #312292)
* (testsuite) Fix ssh test with colon completionsFreddy Vulto2009-12-021-1/+1
| | | | | | Function `assert_complete()' is becoming hairy but let's wait untill other completions with other special characters come along before refactoring.
* Reviewed tests s*Freddy Vulto2009-07-311-9/+43
|
* (testsuite) Centralized tcl function `get_hosts'Freddy Vulto2009-06-191-1/+1
|
* Added ssh completion tests:Freddy Vulto2009-06-191-0/+27
| | | | | | | | | - First argument shouldn't complete with commands - Tab should complete partial hostname To run the tests: $ cd test && ./runCompletion ssh.exp Added test library function: assert_complete_partial
* Improved test suite from bash-completion-libFreddy Vulto2009-06-091-0/+45
Run the tests with: $ cd test $ ./runCompletionUnit $ ./runCompletionCompletion The last test of unit/_known_hosts gives UNRESOLVED and needs fixing.