]> git.ipfire.org Git - thirdparty/coreutils.git/commit
test: Document that -a and -o are undesirable
authorEric Blake <eblake@redhat.com>
Fri, 4 Mar 2016 16:47:33 +0000 (09:47 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 4 Mar 2016 18:55:22 +0000 (11:55 -0700)
commit6475c514550bc1fbdb3410485312211726765798
treeb67548272bed9a41238eef29e415a7e5da06ef8c
parenta7f5d3d6d671bb4e9117b1f72971a19eed135fed
test: Document that -a and -o are undesirable

POSIX recommends avoiding -a and -o, for good reason.
src/test.c (usage): Mention that inherent ambiguities exist with
binary -a and -o.
Problem reported by Martin Gebert in: http://bugs.gnu.org/22909
src/test.c