Anirban Halder
|
7430856575
|
`mkdir : added acl ` permissions inheritance for subdirectories (#6676)
Mostly for linux for now
|
2024-09-11 21:35:25 +02:00 |
|
Samuel Tardieu
|
d627952fc8
|
mkdir: do not change mode of existing directories
|
2024-09-07 21:09:55 +02:00 |
|
n4n5
|
ab67947321
|
fix clippy tests
|
2024-06-30 16:27:08 +02:00 |
|
sreehari prasad
|
3c096ee6ac
|
util: added umask manipulation (#6404)
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
|
2024-05-19 21:56:41 +02:00 |
|
Sylvestre Ledru
|
bfca6bf70f
|
Add license headers on all files
|
2023-08-21 10:49:27 +02:00 |
|
Daniel Hofstetter
|
3caa2c0d8f
|
mkdir: rename var "scene2" -> "scene" in test
|
2023-06-07 10:44:11 +02:00 |
|
Daniel Hofstetter
|
750eacc10c
|
mkdir: remove TEST_DIR<X> consts in tests
|
2023-06-07 10:42:01 +02:00 |
|
John Shin
|
90ed91608e
|
mkdir: document why a mutex is necessary
|
2023-05-24 16:50:08 -07:00 |
|
John Shin
|
f8a5dbc41c
|
mkdir: run tests sequentially by adding a mutex
|
2023-05-23 15:56:51 -07:00 |
|
John Shin
|
c561074425
|
mkdir: explicitly set umask when testing mode
|
2023-05-23 15:45:04 -07:00 |
|
John Shin
|
33ac653ce5
|
mkdir: correctly set umask so that tests fail without the fix
|
2023-05-21 21:07:00 -07:00 |
|
John Shin
|
f592dff46a
|
mkdir: skip setting dir permissions on windows
|
2023-05-18 19:34:57 -07:00 |
|
John Shin
|
5e1a6c1f13
|
mkdir: add test for checking mode of parent dirs with -p
|
2023-05-18 19:12:38 -07:00 |
|
Daniel Hofstetter
|
7a888da409
|
tests: remove all "extern crate" statements
|
2023-04-10 08:31:31 +02:00 |
|
Daniel Hofstetter
|
6988eb7ec6
|
tests: expand wildcard imports
|
2023-03-20 15:32:35 +01:00 |
|
Niyaz Nigmatullin
|
cefc4f6736
|
tests: fixed some tests on Windows
Tests used to use system `touch` and `ls` instead of
testing bench `fixtures.touch` and `uu_ls`
|
2022-10-18 10:00:28 +03:00 |
|
Terts Diepraam
|
9177cb7b24
|
all: add tests for usage error exit code
|
2022-09-10 20:59:42 +02:00 |
|
Sylvestre Ledru
|
12ad0f0903
|
Fix clippy
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
|
2022-04-02 09:54:11 +02:00 |
|
Pyokyeong Son
|
9a76f3ba31
|
tests/mkdir: reduced tested permission combinations
tests/pwd: escapted directory paths
|
2022-03-31 15:50:52 +09:00 |
|
Pyokyeong Son
|
ea592e5c03
|
Merge branch 'main' into mkdir-fix
|
2022-03-30 12:30:27 +09:00 |
|
Sylvestre Ledru
|
fbb64b9c5c
|
mkdir: gnu compat: add support of mkdir -p foo/.
|
2022-03-25 21:35:27 +01:00 |
|
Pyokyeong Son
|
98370727a2
|
test/mkdir: formatting compliance
|
2022-03-25 15:04:15 +00:00 |
|
Sylvestre Ledru
|
9dea9b4b83
|
Merge branch 'main' into mkdir-fix
|
2022-03-15 12:03:47 +01:00 |
|
353fc443 aka Seagull
|
8ccc45c68c
|
mkdir: recursive reporting of created directories in verbose mode (#3217)
|
2022-03-06 21:36:08 +01:00 |
|
Pyokyeong Son
|
31d91f36b9
|
test/mkdir: fixed assert types to both mode_t
|
2022-02-24 07:43:53 +00:00 |
|
Pyokyeong Son
|
fe9e9e6689
|
test/mkdir: made umask variable mode_t
|
2022-02-24 07:26:46 +00:00 |
|
Pyokyeong Son
|
553c22d33d
|
test/mkdir: reverted mkdir testing delete
|
2022-02-19 05:46:11 +00:00 |
|
Pyokyeong Son
|
8ffe367dd8
|
test/mkdir: added testing for umask compliance
- tests for all permission combinations
|
2022-02-19 05:37:56 +00:00 |
|
Daniel Eades
|
784f2e2ea1
|
use semicolons if nothing returned
|
2022-01-30 15:08:26 +01:00 |
|
James Robson
|
0b2483452a
|
Add symbolic mode support to mkdir
|
2021-10-16 12:57:55 +01:00 |
|
Jan Scheer
|
3aeccfd802
|
fix a lot of clippy warnings
|
2021-05-29 15:11:22 +02:00 |
|
Sylvestre Ledru
|
dbc716546b
|
fix(mkdir) - Add --parent as alias of --parents
It is used this way sometimes:
https://sources.debian.org/src/php-symfony-polyfill/1.21.0-2/debian/rules/?hl=49#L49
https://sources.debian.org/src/firebird3.0/3.0.7.33374.ds4-1/debian/functions.sh/?hl=24#L24
https://sources.debian.org/src/postfix/3.5.6-1/debian/configure-instance.sh/?hl=67#L67
|
2020-12-18 14:41:59 +01:00 |
|
Sylvestre Ledru
|
897bcb2e67
|
refactor(mkdir): Move to clap + add a test
|
2020-11-08 17:51:04 +01:00 |
|
Roy Ivy III
|
de0375f909
|
tests ~ reorganize tests
|
2020-06-01 18:30:04 -05:00 |
|