diff options
author | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2018-03-18 12:02:11 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | 2018-03-18 12:02:11 -0300 |
commit | 9cd22d1df8f0f5b554858471c86faa9f37b8fed4 (patch) | |
tree | 6399b936aecc388506ec32cfc10fdb06cfc1949f /test/lib/completions/cfrun.exp | |
parent | 6d88f1055806932d9291f96847d2b691cccda2cd (diff) | |
download | bash-completion-9cd22d1df8f0f5b554858471c86faa9f37b8fed4.tar.gz |
New upstream version 2.8upstream/2.8
Diffstat (limited to 'test/lib/completions/cfrun.exp')
-rw-r--r-- | test/lib/completions/cfrun.exp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/lib/completions/cfrun.exp b/test/lib/completions/cfrun.exp new file mode 100644 index 00000000..2cf6a4cb --- /dev/null +++ b/test/lib/completions/cfrun.exp @@ -0,0 +1,18 @@ +proc setup {} { + save_env +} + + +proc teardown {} { + assert_env_unmodified +} + + +setup + + +assert_complete_any "cfrun -" +sync_after_int + + +teardown |