summaryrefslogtreecommitdiff
path: root/test/lib/completions/cp.exp
diff options
context:
space:
mode:
authorFreddy Vulto <fvulto@gmail.com>2009-06-14 16:22:25 +0200
committerFreddy Vulto <fvulto@gmail.com>2009-06-14 16:22:25 +0200
commit881bce9618e0189b5ab34b8de3eb2c8dd67d1381 (patch)
tree873fee0382c5afe68dd869fc7fcca50882b37285 /test/lib/completions/cp.exp
parent3d723502c9527d85668d8a4ab6b5525f062811ae (diff)
downloadbash-completion-881bce9618e0189b5ab34b8de3eb2c8dd67d1381.tar.gz
Reviewed tests b* & c*
Diffstat (limited to 'test/lib/completions/cp.exp')
-rw-r--r--test/lib/completions/cp.exp20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/cp.exp b/test/lib/completions/cp.exp
new file mode 100644
index 00000000..9fe46537
--- /dev/null
+++ b/test/lib/completions/cp.exp
@@ -0,0 +1,20 @@
+proc setup {} {
+ save_env
+}; # setup()
+
+
+proc teardown {} {
+ assert_env_unmodified
+}; # teardown()
+
+
+setup
+
+
+assert_complete_any "cp "
+
+
+sync_after_int
+
+
+teardown