diff options
Diffstat (limited to 'tests/rm/isatty')
-rwxr-xr-x | tests/rm/isatty | 2 |
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) |