From 9f99fca934b74a3aee31c4a9cfd1e0a7bab1f4c0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Sep 2000 16:58:25 +0000 Subject: mv's --force (-f) option is no longer needed for this test, now that all it does is cancel --interactive (-i). --- tests/mv/force | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/mv') diff --git a/tests/mv/force b/tests/mv/force index f14b6c9c5..1455ef342 100755 --- a/tests/mv/force +++ b/tests/mv/force @@ -1,5 +1,5 @@ #!/bin/sh -# move a file onto itself with --force +# move a file onto itself if test "$VERBOSE" = yes; then set -x @@ -28,7 +28,7 @@ LANG=C export LANG # This mv command should exit nonzero. -mv --force $ff $ff > out 2>&1 && fail=1 +mv $ff $ff > out 2>&1 && fail=1 cat > exp <