From d46804252a9f00b94f22a185811301331064805c Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 7 Sep 2010 08:40:46 -0600 Subject: [PATCH] docs: enhance recommendations on test usage * doc/autoconf.texi (Limitations of Builtins) : Mention yet another Solaris issue. Reported by Stefano Lattarini. Signed-off-by: Eric Blake --- ChangeLog | 7 +++++++ doc/autoconf.texi | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c3e5d48e..d43f68180 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-09-07 Eric Blake + + docs: enhance recommendations on test usage + * doc/autoconf.texi (Limitations of Builtins) : + Mention yet another Solaris issue. + Reported by Stefano Lattarini. + 2010-08-30 Eric Blake tests: avoid trashing / diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 923fff608..4d62bf39e 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -17505,6 +17505,8 @@ $ @kbd{test -n =} test: argument expected $ @kbd{test ! -n} test: argument expected +$ @kbd{test -z ")"; echo $?} +0 @end example Similarly, Posix says that both @samp{test "@var{string1}" = "@var{string2"}} -- 2.47.3