diff options
Diffstat (limited to 'tests/archive.rs')
-rw-r--r-- | tests/archive.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/archive.rs b/tests/archive.rs index 37da0e3..c170bc3 100644 --- a/tests/archive.rs +++ b/tests/archive.rs @@ -17,7 +17,6 @@ fn archives_are_disabled(tmpdir: TempDir, port: u16) -> Result<(), Error> { .arg(tmpdir.path()) .arg("-p") .arg(port.to_string()) - .arg("-r") .stdout(Stdio::null()) .spawn()?; |