[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 7fc1fa88a89b335244f89cc8b74dfca67255faed
Ville Skyttä
ville.skytta at iki.fi
Mon Apr 19 18:37:32 UTC 2010
The following commit has been merged in the master branch:
commit b19c948a95df124eedb75fb5af0e0565f36ab25b
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Mon Apr 19 21:21:19 2010 +0300
Add basic xz tests.
diff --git a/test/completion/xz.exp b/test/completion/xz.exp
new file mode 100644
index 0000000..92a6a17
--- /dev/null
+++ b/test/completion/xz.exp
@@ -0,0 +1 @@
+assert_source_completions xz
diff --git a/test/lib/completions/bk.exp b/test/lib/completions/xz.exp
similarity index 84%
copy from test/lib/completions/bk.exp
copy to test/lib/completions/xz.exp
index 4915136..474ab24 100644
--- a/test/lib/completions/bk.exp
+++ b/test/lib/completions/xz.exp
@@ -11,7 +11,7 @@ proc teardown {} {
setup
-assert_complete_any "bk "
+assert_complete_any "xz "
sync_after_int
--
bash-completion
More information about the Bash-completion-commits
mailing list