projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f849e0a
)
tweak expected message
author
Jim Meyering
<jim@meyering.net>
Wed, 12 Jun 2002 08:02:12 +0000
(08:02 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 12 Jun 2002 08:02:12 +0000
(08:02 +0000)
tests/rm/rm1
patch
|
blob
|
history
diff --git
a/tests/rm/rm1
b/tests/rm/rm1
index bed88dd1501ba22820d5cf650e383d6a71333f5b..8bcd6fd04a29795bc3beaf27ed1884e6f8781cb7 100755
(executable)
--- a/
tests/rm/rm1
+++ b/
tests/rm/rm1
@@
-31,7
+31,7
@@
fail=0
# This should fail.
rm -rf b > out 2>&1 && fail=1
cat <<\EOF > exp
-rm: cannot remove `b/a/p': Permission denied
+rm: cannot remove
directory
`b/a/p': Permission denied
EOF
cmp out exp || fail=1