From 7ef56a26fd911e551f1bd9d2783afb7fbed6c669 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Oct 2008 08:51:38 +0200 Subject: cp, mv: remove 3-year-deprecated+warned-about --reply option * src/cp.c (reply_args, reply_vals): Remove globals. [REPLY_OPTION]: Remove enum. (long_opts) ["reply"]: Remove initializer. (main): Remove case stmt. * src/mv.c: Likewise. Don't include "argmatch.h". No longer used. * NEWS (Changes in behavior): Mention this. * tests/Makefile.am (TESTS): Remove mv/reply-no. * tests/mv/reply-no: Remove file. * tests/mv/i-link-no: Update, now that --reply= is gone. --- tests/mv/i-link-no | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'tests/mv/i-link-no') diff --git a/tests/mv/i-link-no b/tests/mv/i-link-no index 226d5dd17..2a762d6d4 100755 --- a/tests/mv/i-link-no +++ b/tests/mv/i-link-no @@ -29,19 +29,16 @@ ln a/foo a/bar || framework_failure echo FUBAR > b/FUBAR || framework_failure ln b/FUBAR b/bar || framework_failure chmod a-w b/bar || framework_failure +echo n > no || framework_failure fail=0 -mv --reply=no a/bar a/foo b > out 2> err || fail=1 -cat < exp -EOF +mv a/bar a/foo b < no > out 2> err || fail=1 +touch exp +touch exp_err -cat < exp_err -mv: the --reply option is deprecated; use -i or -f instead -EOF - -compare err exp_err || fail=1 compare out exp || fail=1 +compare err exp_err || fail=1 case "`cat b/foo`" in foo) ;; -- cgit v1.2.3-70-g09d2