1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #6641 from sylvestre/mv-exchange

mv: adjust the error message to make 'tests/mv/mv-exchange.sh' pass
This commit is contained in:
Daniel Hofstetter 2024-08-13 09:27:39 +02:00 committed by GitHub
commit 0aab7abe8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -366,3 +366,5 @@ sed -i 's/44;37/37;44/' tests/ls/multihardlink.sh
# do that. So, it's okay to ignore the zero.
sed -i "s/color_code='0;31;42'/color_code='31;42'/" tests/ls/color-clear-to-eol.sh
# Slightly different error message
sed -i 's/not supported/unexpected argument/' tests/mv/mv-exchange.sh