]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Adjust for new diagnostic.
authorJim Meyering <jim@meyering.net>
Sun, 3 Jul 2005 16:54:37 +0000 (16:54 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Jul 2005 16:54:37 +0000 (16:54 +0000)
tests/mv/i-link-no

index ab93d9214b27e1692ff26281e59986f8e7ba2805..53a9514a99e5bd3f1670289f691d687c888fb579 100755 (executable)
@@ -36,6 +36,7 @@ cat <<EOF > exp
 EOF
 
 cat <<EOF > exp_err
+mv: the --reply option is deprecated; use -i or -f instead
 EOF
 
 cmp err exp_err || fail=1