[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-393-gbd07926

Ville Skyttä ville.skytta at iki.fi
Fri Jul 1 17:24:42 UTC 2011


The following commit has been merged in the master branch:
commit 62ec1eef2e8f2b7408dfe6bdfef1d26145f2e287
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Jul 1 20:22:41 2011 +0300

    test suite: Add basic nslookup test case.

diff --git a/test/completion/nslookup.exp b/test/completion/nslookup.exp
new file mode 100644
index 0000000..5a26b49
--- /dev/null
+++ b/test/completion/nslookup.exp
@@ -0,0 +1 @@
+assert_source_completions nslookup
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/nslookup.exp
similarity index 78%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/nslookup.exp
index 77cd07f..20b8445 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/nslookup.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "nslookup -"
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list