X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=builtins%2Ftest.def;h=f1444000ea2acf5b37701d3b66ba3133a438dd23;hb=ac50fbac377e32b98d2de396f016ea81e8ee9961;hp=1ebc8187200c8fadf29c14fcf38554d952334970;hpb=4539d736f1aff232857a854fd2a68df0c98d9f34;p=platform%2Fupstream%2Fbash.git diff --git a/builtins/test.def b/builtins/test.def index 1ebc818..f144400 100644 --- a/builtins/test.def +++ b/builtins/test.def @@ -84,6 +84,7 @@ Other operators: -o OPTION True if the shell option OPTION is enabled. -v VAR True if the shell variable VAR is set + -R VAR True if the shell variable VAR is set and is a name reference. ! EXPR True if expr is false. EXPR1 -a EXPR2 True if both expr1 AND expr2 are true. EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.