From 1cd162201980e4bfab73cb829ec08e8a5380d06a Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 7 Jun 2019 19:54:52 +1200 Subject: [PATCH] Fix tests --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index f2700c61c..fecbb5ea9 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -223,6 +223,7 @@ async fn process_line(readline: Result, ctx: &mut Context match pipeline.commands.last() { Some(ClassifiedCommand::Sink(_)) => {} + Some(ClassifiedCommand::External(_)) => {} _ => pipeline.commands.push(ClassifiedCommand::Sink(SinkCommand { command: sink("autoview", autoview::autoview), args: Args {