summaryrefslogtreecommitdiffstats
path: root/tests/ref.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2017-02-07 07:53:57 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2017-02-07 08:08:08 -0800
commit59295e44312b3936132965636e5fac92118e5c27 (patch)
treee11d828e9de64cd01b48cb1bb98849fd16d2ec9d /tests/ref.rs
parent1852707af3ebd3f261d72b46bd110ccbbbc5a51d (diff)
Add zsh tab completion ref test
Diffstat (limited to 'tests/ref.rs')
-rw-r--r--tests/ref.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref.rs b/tests/ref.rs
index 66bbfe95..868771b6 100644
--- a/tests/ref.rs
+++ b/tests/ref.rs
@@ -35,6 +35,7 @@ ref_tests! {
tmux_htop,
vim_large_window_scroll,
vim_simple_edit,
+ zsh_tab_completion,
}
fn read_u8<P>(path: P) -> Vec<u8>