Sylvestre Ledru
|
015e18731f
|
feature(install): install group support
|
2020-12-12 14:27:03 +01:00 |
|
Sylvestre Ledru
|
b07f496b70
|
fix(install): 'install file_a file_b' should just copy the file
|
2020-11-29 16:33:46 +01:00 |
|
Sylvestre Ledru
|
89f8624936
|
bug(install) - install -d can be run on an existing directory (#1643)
GNU:
$ install -d foo
$ install -d foo
Rust:
$ install -d foo
$ install -d foo
install: cannot create directory 'foo': File exists
install: foo: File exists (os error 17)
|
2020-11-29 16:31:26 +01:00 |
|
Sylvestre Ledru
|
df44534a3e
|
test(install): Add tests which should be working but aren't
I will work on the fixes
|
2020-11-25 13:48:04 +01:00 |
|
Sylvestre Ledru
|
63bf6cc599
|
Add a test to verify that install can be used just to copy a simple file
example:
touch bar.txt && ./target/debug/coreutils install bar.txt foo.txt
|
2020-11-25 13:41:46 +01:00 |
|
Sylvestre Ledru
|
2edfe32c48
|
refactor(install): move to clap
|
2020-11-13 18:21:56 +01:00 |
|
Roy Ivy III
|
de0375f909
|
tests ~ reorganize tests
|
2020-06-01 18:30:04 -05:00 |
|