mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-29 06:02:26 +00:00
d1
This commit is contained in:
parent
f27748e5cd
commit
05358fd1b4
@ -126,6 +126,7 @@ fn test_compress_decompress() {
|
||||
let dir = tempdir().unwrap();
|
||||
let dir = dir.path();
|
||||
let i1 = dir.join("i1");
|
||||
dbg!(&i1);
|
||||
let o1 = dir.join("o1.tar");
|
||||
std::fs::write(&i1, "ouch").unwrap();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user