mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
mv: adjust the error message to make 'tests/mv/mv-exchange.sh' pass
This commit is contained in:
parent
e8f14c76fa
commit
13c90ed44a
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
# 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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue