diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-12 08:02:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-12 08:02:12 +0000 |
commit | 10c95a54b5983c82db721ff5a7f39d828200684c (patch) | |
tree | d1a877c91bde2a0ec5cb7dd8eac5e366b018bcec | |
parent | f849e0aaac8bbb08a9afdfa5fc8272e7835040f5 (diff) | |
download | coreutils-10c95a54b5983c82db721ff5a7f39d828200684c.tar.xz |
tweak expected message
-rwxr-xr-x | tests/rm/rm1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/rm1 b/tests/rm/rm1 index bed88dd15..8bcd6fd04 100755 --- 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 |