diff options
Diffstat (limited to 'tests/rm/unread2')
-rwxr-xr-x | tests/rm/unread2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/unread2 b/tests/rm/unread2 index 9b352d460..46fc98cd8 100755 --- a/tests/rm/unread2 +++ b/tests/rm/unread2 @@ -27,7 +27,7 @@ chmod u-r a # This should fail. rm -rf a > out 2>&1 && fail=1 cat <<\EOF > exp -rm: cannot remove `a': Permission denied +rm: cannot remove 'a': Permission denied EOF compare exp out || fail=1 |