diff options
author | marawan ragab <marawan31@gmail.com> | 2020-05-10 21:14:51 +0000 |
---|---|---|
committer | marawan ragab <marawan31@gmail.com> | 2020-05-10 21:14:51 +0000 |
commit | 848557762c1c4eed2ba16713ead97308d1841220 (patch) | |
tree | 9514661da1dbcf2169077044d995af89673a1a7c /tests/archive.rs | |
parent | small improvment to buffer usage (diff) | |
download | miniserve-848557762c1c4eed2ba16713ead97308d1841220.tar.gz miniserve-848557762c1c4eed2ba16713ead97308d1841220.zip |
make sure archiving is opt-in
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()?; |