[Bash-completion-commits] [bash-completion] 01/03: (testsuite): Add mcrypt -a and -m argument completion tests

Ville Skyttä scop-guest at moszumanska.debian.org
Mon Dec 29 09:38:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 377e24024ee419a50fd21a1ae2e984f19ac512b3
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Dec 29 11:30:54 2014 +0200

    (testsuite): Add mcrypt -a and -m argument completion tests
---
 test/lib/completions/mcrypt.exp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/lib/completions/mcrypt.exp b/test/lib/completions/mcrypt.exp
index 525ccbc..e194446 100644
--- a/test/lib/completions/mcrypt.exp
+++ b/test/lib/completions/mcrypt.exp
@@ -12,8 +12,12 @@ setup
 
 
 assert_complete_any "mcrypt "
+sync_after_int
 
+assert_complete_any "mcrypt -a "
+sync_after_int
 
+assert_complete_any "mcrypt -m "
 sync_after_int
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list