From 616fc42b4fa440e8be6b855e121c5801f8f67b7a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Dec 2005 22:16:24 +0000 Subject: Update uses of undocumented, for- testing-only --presume* options to start with `---'. --- tests/rm/isatty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/isatty') 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) -- cgit v1.2.3-54-g00ecf