1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #2347 from sylvestre/more-gnu-2

gnu/rm: make another test pass
This commit is contained in:
Sylvestre Ledru 2021-06-05 10:09:31 +02:00 committed by GitHub
commit 566af4b409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"