mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 09:27:21 +00:00
gnu: adjust tests/rm/inaccessible.sh error message
This commit is contained in:
parent
70b69efadb
commit
0e95ce571f
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ sed -i -e "s|rm: cannot remove 'a/1'|rm: cannot remove 'a'|g" tests/rm/rm2.sh
|
|||
|
||||
sed -i -e "s|removed directory 'a/'|removed directory 'a'|g" tests/rm/v-slash.sh
|
||||
|
||||
# 'rel' doesn't exist. Our implementation is giving a better message.
|
||||
sed -i -e "s|rm: cannot remove 'rel': Permission denied|rm: cannot remove 'rel': No such file or directory|g" tests/rm/inaccessible.sh
|
||||
|
||||
# overlay-headers.sh test intends to check for inotify events,
|
||||
# however there's a bug because `---dis` is an alias for: `---disable-inotify`
|
||||
sed -i -e "s|---dis ||g" tests/tail-2/overlay-headers.sh
|
||||
|
|
Loading…
Reference in a new issue