1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-19 22:02:21 +02:00

Use --reply=no rather than -i.

The latter depends on whether stdin is a tty.
This commit is contained in:
Jim Meyering
2002-03-30 15:18:54 +00:00
parent bd2fa30652
commit fff7466c36

View File

@@ -32,7 +32,7 @@ fi
fail=0
mv -i a/bar a/foo b < no 2> err > out || fail=1
mv ---reply=no a/bar a/foo b < no 2> err > out || fail=1
cat <<EOF > exp
EOF