]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adjust error-diagnostic spelling to match new behavior.
authorJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 15:26:45 +0000 (15:26 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Jun 2004 15:26:45 +0000 (15:26 +0000)
tests/chown/deref

index 2570a32a87f766ced940d24213931645cb77dc67..68d36b7b478145a3e3ac706a2f4c738a65c73c94 100755 (executable)
@@ -33,7 +33,7 @@ chown --dereference $user dangle 2> out1 && fail=1
 sed 's/: [^:]*$//' out1 > out
 
 cat <<\EOF > exp || fail=1
-chown: cannot dereference `dangle'
+chown: changing ownership of `dangle'
 EOF
 
 cmp out exp || fail=1