diff options
author | David Paleino <dapal@debian.org> | 2013-11-04 17:58:57 +0100 |
---|---|---|
committer | David Paleino <dapal@debian.org> | 2013-11-04 17:58:57 +0100 |
commit | 059a87a5936cfebfd2d71ab8057002cafb2ea051 (patch) | |
tree | 7fafa4bb39a443ba4d49fccc852193adfea93564 /test/lib/completions/man.exp | |
parent | 30649a02707d24744853f84946f744fdcf7c2757 (diff) | |
download | bash-completion-059a87a5936cfebfd2d71ab8057002cafb2ea051.tar.gz |
Imported Upstream version 2.1upstream/2.1
Diffstat (limited to 'test/lib/completions/man.exp')
-rw-r--r-- | test/lib/completions/man.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lib/completions/man.exp b/test/lib/completions/man.exp index c7358c62..66b565a2 100644 --- a/test/lib/completions/man.exp +++ b/test/lib/completions/man.exp @@ -30,4 +30,8 @@ assert_complete "Bash::Completion" "man Bash::C" sync_after_int +assert_complete_dir "man/quux.8" "man man/" $::srcdir/fixtures/man +sync_after_int + + teardown |