summaryrefslogtreecommitdiff
path: root/tests/mv/i-link-no
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-30 15:18:54 +0000
committerJim Meyering <jim@meyering.net>2002-03-30 15:18:54 +0000
commitfff7466c36bd17aaee717f4d76d731cde7b21bbf (patch)
tree5039910c67263e792f0ef761e326c4be44b4de28 /tests/mv/i-link-no
parentbd2fa30652a7685880d950f79553bda20069a173 (diff)
downloadcoreutils-fff7466c36bd17aaee717f4d76d731cde7b21bbf.tar.xz
Use --reply=no rather than -i.
The latter depends on whether stdin is a tty.
Diffstat (limited to 'tests/mv/i-link-no')
-rwxr-xr-xtests/mv/i-link-no2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-link-no b/tests/mv/i-link-no
index 6a602837c..f02614ef6 100755
--- a/tests/mv/i-link-no
+++ b/tests/mv/i-link-no
@@ -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