[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-410-g346624b

Ville Skyttä ville.skytta at iki.fi
Thu Jul 21 21:15:53 UTC 2011


The following commit has been merged in the master branch:
commit 7137e60a456150d761e0a4744bc4785acea6e20b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Jul 21 23:59:41 2011 +0300

    base64: New _longopt completion.

diff --git a/bash_completion b/bash_completion
index b1b941c..c5b7705 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1688,7 +1688,7 @@ _longopt()
     fi
 }
 # makeinfo and texi2dvi are defined elsewhere.
-for i in a2ps awk bash bc bison cat colordiff cp csplit \
+for i in a2ps awk base64 bash bc bison cat colordiff cp csplit \
     cut date df diff dir du enscript env expand fmt fold gperf gprof \
     grep grub head indent irb ld ldd less ln ls m4 md5sum mkdir mkfifo mknod \
     mv netstat nl nm objcopy objdump od paste patch pr ptx readelf rm rmdir \
diff --git a/test/completion/base64.exp b/test/completion/base64.exp
new file mode 100644
index 0000000..2f5f612
--- /dev/null
+++ b/test/completion/base64.exp
@@ -0,0 +1 @@
+assert_source_completions base64
diff --git a/test/lib/completions/a2ps.exp b/test/lib/completions/base64.exp
similarity index 79%
copy from test/lib/completions/a2ps.exp
copy to test/lib/completions/base64.exp
index 77cd07f..1f3f35c 100644
--- a/test/lib/completions/a2ps.exp
+++ b/test/lib/completions/base64.exp
@@ -11,7 +11,7 @@ proc teardown {} {
 setup
 
 
-assert_complete_any "a2ps "
+assert_complete_any "base64 "
 
 
 sync_after_int

-- 
bash-completion



More information about the Bash-completion-commits mailing list