Remove unneeded imag-link test cli args

This commit is contained in:
Robert Ignat 2017-06-12 19:11:37 +02:00 committed by Matthias Beyer
parent ad5b546ff7
commit b0a5e1727e

View file

@ -402,12 +402,7 @@ version = \"0.3.0\"\
}
fn generate_test_runtime<'a>(mut args: Vec<&'static str>) -> Result<Runtime<'a>, RuntimeError> {
let mut cli_args = vec!["imag-link",
"--no-color",
"--config",
"./imagrc.toml",
"--rtp",
"/tmp"];
let mut cli_args = vec!["imag-link", "--rtp", "/tmp"];
cli_args.append(&mut args);