mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
docs: enhance recommendations on test usage
* 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>
This commit is contained in:
parent
35b14d5e35
commit
d46804252a
@ -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 /
|
||||
|
@ -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"}}
|
||||
|
Loading…
Reference in New Issue
Block a user