mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
age: Re-enable age test vectors on Windows
This commit is contained in:
parent
4cf2ec5e9f
commit
4fbd82ec94
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ use secrecy::SecretString;
|
|||
use std::fs;
|
||||
use std::io::{self, Read};
|
||||
|
||||
#[cfg(unix)]
|
||||
#[test]
|
||||
fn age_test_vectors() -> Result<(), age::DecryptError> {
|
||||
for test_vector in fs::read_dir("./tests/testdata")?.filter(|res| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue