We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96e183 commit 58c01b2Copy full SHA for 58c01b2
tests/anonymize.rs
@@ -17,7 +17,7 @@ fn test_no_terms_and_identicality() {
17
Command::new(&path)
18
.arg("anonymize")
19
.arg(&*TEST_ROOT_DIR)
20
- .arg("--o")
+ .arg("-o")
21
.arg(&out_dir)
22
.output()
23
.expect("Failed to execute command");
0 commit comments