mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 23:59:58 -08:00
Remove stray printlns
This commit is contained in:
@@ -70,7 +70,6 @@ pub fn test_soft_sym_link() {
|
||||
|
||||
let output = str::from_utf8(&output).unwrap();
|
||||
|
||||
println!("{:?}", output);
|
||||
assert!(output.contains(a.as_str()));
|
||||
assert!(output.contains(b.as_str()));
|
||||
assert!(output.contains(c.as_str()));
|
||||
@@ -129,7 +128,6 @@ pub fn test_recursive_sym_link() {
|
||||
let output = cmd.arg("-p").arg("-c").arg("-r").arg(dir_s).unwrap().stdout;
|
||||
|
||||
let output = str::from_utf8(&output).unwrap();
|
||||
println!("{:?}", output);
|
||||
assert!(output.contains(a.as_str()));
|
||||
assert!(output.contains(b.as_str()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user