test: fix description of -t: it has no default
authorop <op@openbsd.org>
Sat, 10 Jun 2023 07:19:39 +0000 (07:19 +0000)
committerop <op@openbsd.org>
Sat, 10 Jun 2023 07:19:39 +0000 (07:19 +0000)
commitef9fc2e54038bd487a866ee1ea9c5d17ffe867c9
tree93ebed9911f09ff6ec893f5e78bb6d30f25ee53c
parentff0e7be1ebbcc809ea8ad2b6dafe215824da9e46
test: fix description of -t: it has no default

-t always requires the fd number as argument, there's no default.  With
only one argument -t is equivalent to `test -n -t' and so banally always
true.

diff from Lucas (lucas [at] sexy [dot] is)
ok millert@
bin/test/test.1