From 848557762c1c4eed2ba16713ead97308d1841220 Mon Sep 17 00:00:00 2001 From: marawan ragab Date: Sun, 10 May 2020 17:14:51 -0400 Subject: make sure archiving is opt-in --- tests/archive.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/archive.rs') 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()?; -- cgit v1.2.3