mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
gnu/rm: fix tests/rm/rm{1,2}.sh
This commit is contained in:
parent
aabef14404
commit
f421e51ad3
1 changed files with 4 additions and 0 deletions
|
@ -112,4 +112,8 @@ sed -i -e "s|rm: cannot remove 'e/slink'|rm: cannot remove 'e'|g" tests/rm/fail-
|
|||
|
||||
sed -i -e "s|rm: cannot remove 'a/b/file'|rm: cannot remove 'a'|g" tests/rm/cycle.sh
|
||||
|
||||
sed -i -e "s|rm: cannot remove directory 'b/a/p'|rm: cannot remove 'b'|g" tests/rm/rm1.sh
|
||||
|
||||
sed -i -e "s|rm: cannot remove 'a/1'|rm: cannot remove 'a'|g" tests/rm/rm2.sh
|
||||
|
||||
test -f "${BUILDDIR}/getlimits" || cp src/getlimits "${BUILDDIR}"
|
||||
|
|
Loading…
Reference in a new issue