mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
gnu/rm: make another test pass
This commit is contained in:
parent
9712ecb4d5
commit
14303c524f
1 changed files with 2 additions and 0 deletions
|
@ -116,4 +116,6 @@ sed -i -e "s|rm: cannot remove directory 'b/a/p'|rm: cannot remove 'b'|g" tests/
|
|||
|
||||
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
|
||||
|
||||
test -f "${BUILDDIR}/getlimits" || cp src/getlimits "${BUILDDIR}"
|
||||
|
|
Loading…
Reference in a new issue