Sylvestre Ledru
|
d38797bb50
|
mv: Show 'skipped' when a file isn't overwriten
Should fix tests/mv/mv-n.sh
|
2023-05-29 21:57:42 +02:00 |
|
Daniel Hofstetter
|
2f4b57ca97
|
mv: add missing semicolons to tests
|
2023-05-23 07:23:42 +02:00 |
|
Daniel Hofstetter
|
d769871374
|
Merge pull request #4831 from sylvestre/mv-hardlink
mv: 'mv source hardlink' should fail
|
2023-05-08 16:12:23 +02:00 |
|
Sylvestre Ledru
|
48b8cfa595
|
mv: adjust the tests - duplicate code + android
According to:
https://stackoverflow.com/questions/44913985/creating-hardlinks-and-symlinks-in-android
hardlink aren't expected to work on android + fat
|
2023-05-08 15:24:47 +02:00 |
|
Sylvestre Ledru
|
594f81a88a
|
mv --backup=simple a b on hard links should not fail
touch a
ln a b
./target/debug/coreutils mv --backup=simple a b
GNU: tests/mv/hard-4.sh
|
2023-05-08 13:08:20 +02:00 |
|
Sylvestre Ledru
|
a5a39b6ba8
|
mv: 'mv source hardlink' should fail
fixes: tests/mv/force.sh
|
2023-05-07 23:08:41 +02:00 |
|
Sylvestre Ledru
|
b94d10f080
|
Fix some semicolon_if_nothing_returned
|
2023-05-06 19:35:44 +02:00 |
|
Daniel Hofstetter
|
93c8623da9
|
mv: if more than one of -i, -n, -f, latest "wins"
|
2023-05-05 15:17:37 +02:00 |
|
Daniel Hofstetter
|
4ee1118061
|
Merge pull request #4823 from shinhs0506/mv-i-dir-file
fix tests/mv/i-5.sh
|
2023-05-04 13:43:05 +02:00 |
|
John Shin
|
84567336a8
|
mv: update test case so it doesn't fail
|
2023-05-03 23:54:28 -07:00 |
|
Daniel Hofstetter
|
616a166e36
|
Merge pull request #4820 from sylvestre/thru-dangling-2
cp: fix cp -f f loop when loop is a symlink loop
|
2023-05-04 08:20:57 +02:00 |
|
John Shin
|
1c8aac0883
|
mv: return err if response is negative when moving a dir to existing dest during an interactive mode
|
2023-05-03 16:05:21 -07:00 |
|
Daniel Hofstetter
|
923a62c6be
|
mv: fix function/file names in tests
|
2023-05-03 10:07:46 +02:00 |
|
Sylvestre Ledru
|
aae3f2f99c
|
Ride along: fix some trivial clippy warnings
|
2023-05-02 23:22:39 +02:00 |
|
John Shin
|
8ad2fa3cc1
|
mv: write test for multiple update args
|
2023-05-02 13:46:43 -07:00 |
|
John Shin
|
6a100976c7
|
mv: simplify tests for update
|
2023-05-02 13:30:38 -07:00 |
|
John Shin
|
85ded232bc
|
mv: resolve merge conflict
|
2023-04-30 20:09:32 -07:00 |
|
John Shin
|
78412c5a61
|
mv: add tests for --update
|
2023-04-30 19:29:49 -07:00 |
|
Sylvestre Ledru
|
c5fb6eac9f
|
Merge pull request #4794 from shinhs0506/mv-target-dir
mv: check if --target is a directory
|
2023-04-29 10:40:44 +02:00 |
|
John Shin
|
a93bccb5b9
|
mv: add tests for --target
|
2023-04-28 03:10:10 -07:00 |
|
Sylvestre Ledru
|
360cbda0c5
|
Merge pull request #4782 from cakebaker/mv_no_clobber_behavior_change
mv: adapt -n behavior to GNU mv 9.3
|
2023-04-26 22:47:12 +02:00 |
|
John Shin
|
d4630c83b4
|
mv: add 'renamed ' in the beginning when verbose flag is set
|
2023-04-25 21:27:52 -07:00 |
|
Daniel Hofstetter
|
804274dbf4
|
mv: adapt -n behavior to GNU mv 9.3
|
2023-04-25 11:33:48 +02:00 |
|
Daniel Hofstetter
|
e94f1d8eb7
|
mv: -i show no error if overwriting is declined
|
2023-04-23 15:27:24 +02:00 |
|
Daniel Hofstetter
|
7a888da409
|
tests: remove all "extern crate" statements
|
2023-04-10 08:31:31 +02:00 |
|
Terts Diepraam
|
74b54074e1
|
deps: bump time from 0.3.17 to 0.3.20 (#4643)
|
2023-03-26 21:47:12 +02:00 |
|
Sylvestre Ledru
|
0d5daacf99
|
mv -i: adjust the behavior to match the GNU change
Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
|
2023-03-25 11:22:45 +01:00 |
|
Daniel Hofstetter
|
6988eb7ec6
|
tests: expand wildcard imports
|
2023-03-20 15:32:35 +01:00 |
|
Thayne McCombs
|
17f9507e17
|
Add tests for non-utf8
|
2023-02-21 22:58:39 -07:00 |
|
Daniel Hofstetter
|
f6b646e4e5
|
clippy: fix warnings introduced with Rust 1.67.0
|
2023-01-27 17:37:56 +01:00 |
|
Joining7943
|
1fadeb43b2
|
tests/util: Do not trim stderr in CmdResult::stderr_is. Add method stderr_trimmed_is.
Fix tests assert whitespace instead of trimming it. Disable some tests in `test_tr` because `tr`
produces too many newlines.
|
2023-01-22 14:56:19 +01:00 |
|
Terts Diepraam
|
91df2b1709
|
mv: use uucore::prompt_yes over custom function
|
2022-11-17 15:11:19 +01:00 |
|
Niyaz Nigmatullin
|
fdd6a05259
|
chore: run cargo +nightly clippy --fix
|
2022-11-16 11:09:44 +02:00 |
|
Sylvestre Ledru
|
6e8f8034ba
|
{cp, mv} -i --update source existing should not do anything and exit 0
Should fix tests/mv/update.sh
|
2022-10-24 21:03:30 +02:00 |
|
Terts Diepraam
|
5faae817ba
|
mv: update to clap 4
|
2022-10-13 17:50:36 +02:00 |
|
Terts Diepraam
|
9177cb7b24
|
all: add tests for usage error exit code
|
2022-09-10 20:59:42 +02:00 |
|
Jeffrey Finkelstein
|
8458bf1387
|
Clippy fixes in multiple crates
|
2022-08-23 18:30:43 -04:00 |
|
Przemysław Fuchs
|
e2bab1d515
|
mv: fix error when moving directory to itself (#3809)
|
2022-08-15 10:10:04 +02:00 |
|
ilkecan
|
530d5f6dbf
|
mv: allow a single source with --target-directory
|
2022-05-14 03:00:29 +00:00 |
|
Sylvestre Ledru
|
ca670148f2
|
build(deps): bump time from 0.1.43 to 0.3.9
Bumps [time](https://github.com/time-rs/time) from 0.1.43 to 0.3.9.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.1.43...v0.3.9)
---
updated-dependencies:
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-01 16:58:47 +02:00 |
|
Justin Tracey
|
2a0d58d060
|
get android builds to compile and pass tests
|
2022-04-20 08:44:49 +02:00 |
|
Sylvestre Ledru
|
920633c0ea
|
mv: trigger an error when doing mv dir1 dir2 dir2
|
2022-04-12 22:37:38 +02:00 |
|
Sylvestre Ledru
|
57b8caf1d0
|
mv: move the tests in a separate function
|
2022-04-12 20:39:00 +02:00 |
|
Ashe Leclerc
|
76a74c65ab
|
tests/mv: test interactive mvError
test -i flag in case of overwriting a non-directory with a directory
|
2022-04-12 09:28:11 +02:00 |
|
Terts Diepraam
|
184b65df20
|
uucore: allow backup suffix with hyphen value
|
2022-01-31 12:10:57 +01:00 |
|
Daniel Eades
|
f4c6ea0ee8
|
remove unnecessary 'to_owned'
|
2022-01-30 14:01:21 +01:00 |
|
electricboogie
|
c7f7a222b9
|
Fix mv bug: Should be able to stat files, but not able to mv if source and target are the same (#2763)
Closes #2760
|
2021-12-12 17:49:38 +01:00 |
|
Thomas Queiroz
|
c9624725ab
|
tests: use CmdResult::usage_error
|
2021-11-09 17:37:05 -03:00 |
|
Michael Debertol
|
5f2335829a
|
refactor ~ revert to single quotes for "Try '{0 --help'"
This is a test expectation for gnu.
|
2021-08-14 17:22:09 +02:00 |
|
Roy Ivy III
|
4da46d93c7
|
tests ~ fix tests for new execution_phrase!() and usage phrasing
|
2021-08-14 14:01:34 +02:00 |
|