1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

Migrate mknod to clap, closes #2051 (#2056)

* mknod: add tests for fifo

* mknod: add test for character device
This commit is contained in:
rethab 2021-05-05 22:59:40 +02:00 committed by GitHub
parent 86a8195166
commit 231bb7be93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 371 additions and 166 deletions

1
.gitignore vendored
View file

@ -12,3 +12,4 @@ target/
Cargo.lock
lib*.a
/docs/_build
*.iml