1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Port test to Redox

This commit is contained in:
Ian Douglas Scott 2018-03-16 18:39:53 -07:00
parent 3015a19230
commit 301b9002ce
No known key found for this signature in database
GPG key ID: 4924E10E199B5959
4 changed files with 56 additions and 37 deletions

1
Cargo.lock generated
View file

@ -1499,6 +1499,7 @@ name = "test"
version = "0.0.1"
dependencies = [
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]