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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user