summaryrefslogtreecommitdiff
path: root/tests/rm/isatty
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-03 22:16:24 +0000
committerJim Meyering <jim@meyering.net>2005-12-03 22:16:24 +0000
commit616fc42b4fa440e8be6b855e121c5801f8f67b7a (patch)
treeb983ff3b95c9b99bf4f66483f85386e95d97ce9c /tests/rm/isatty
parent448d52389726d2c7656cac1e3a46a0379abe8032 (diff)
downloadcoreutils-616fc42b4fa440e8be6b855e121c5801f8f67b7a.tar.xz
Update uses of undocumented, for- testing-only --presume* options
to start with `---'.
Diffstat (limited to 'tests/rm/isatty')
-rwxr-xr-xtests/rm/isatty2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/isatty b/tests/rm/isatty
index 8916e6ac1..6985860eb 100755
--- a/tests/rm/isatty
+++ b/tests/rm/isatty
@@ -31,7 +31,7 @@ ls /dev/stdin >/dev/null 2>&1 \
touch f
chmod 0 f
-rm --presume-input-tty f > out 2>&1 &
+rm ---presume-input-tty f > out 2>&1 &
pid=$!
# Wait a second, to give a buggy rm (as in fileutils-4.0.40)