diff --git a/tests/catar.rs b/tests/catar.rs index cca9b94f..0e72c0c6 100644 --- a/tests/catar.rs +++ b/tests/catar.rs @@ -26,7 +26,7 @@ fn run_test(dir_name: &str) -> Result<(), Error> { let path = std::path::PathBuf::from(dir_name); - CaTarEncoder::encode(path, &mut dir, &mut writer)?; + CaTarEncoder::encode(path, &mut dir, None, &mut writer)?; Command::new("cmp") .arg("--verbose")