summaryrefslogtreecommitdiff
path: root/test/lib/completions/javaws.exp
diff options
context:
space:
mode:
authorDavid Paleino <dapal@debian.org>2011-02-06 17:50:38 +0100
committerDavid Paleino <dapal@debian.org>2011-02-06 17:50:38 +0100
commita0bb238dc80e47a1f75ac97bc6fc3000eaffee05 (patch)
treeb025f5f7e356e4cba4fe0b0d2ee8911e54ace336 /test/lib/completions/javaws.exp
parent99522d8ce4a697b649d93796939a78fc98dd5297 (diff)
parentcb01d8ea5434c2c9f4826b35f5f687d7723102e8 (diff)
downloadbash-completion-a0bb238dc80e47a1f75ac97bc6fc3000eaffee05.tar.gz
Merge branch 'master' into 1.x
Diffstat (limited to 'test/lib/completions/javaws.exp')
-rw-r--r--test/lib/completions/javaws.exp20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/lib/completions/javaws.exp b/test/lib/completions/javaws.exp
new file mode 100644
index 00000000..cb29c65a
--- /dev/null
+++ b/test/lib/completions/javaws.exp
@@ -0,0 +1,20 @@
+proc setup {} {
+ save_env
+}
+
+
+proc teardown {} {
+ assert_env_unmodified
+}
+
+
+setup
+
+
+assert_complete_any "javaws "
+
+
+sync_after_int
+
+
+teardown