]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: enhance recommendations on test usage
authorEric Blake <eblake@redhat.com>
Tue, 7 Sep 2010 14:40:46 +0000 (08:40 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 7 Sep 2010 14:40:46 +0000 (08:40 -0600)
* doc/autoconf.texi (Limitations of Builtins) <test (strings)>:
Mention yet another Solaris issue.
Reported by Stefano Lattarini.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/autoconf.texi

index 0c3e5d48eea757b3d9ee80d46b2753fe0e6ddf44..d43f681805a77c8415eb2c26e954cbfbdc717936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-07  Eric Blake  <eblake@redhat.com>
+
+       docs: enhance recommendations on test usage
+       * doc/autoconf.texi (Limitations of Builtins) <test (strings)>:
+       Mention yet another Solaris issue.
+       Reported by Stefano Lattarini.
+
 2010-08-30  Eric Blake  <eblake@redhat.com>
 
        tests: avoid trashing /
index 923fff608b1c1fd5dc468b278fd3e77a8dd48fe5..4d62bf39e5215505726307c589dd13a9fefadb68 100644 (file)
@@ -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"}}