summaryrefslogtreecommitdiff
path: root/builtins/test.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/test.def')
-rw-r--r--builtins/test.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/builtins/test.def b/builtins/test.def
index e51d00b..44f48a4 100644
--- a/builtins/test.def
+++ b/builtins/test.def
@@ -60,6 +60,9 @@ File operators:
FILE1 -ef FILE2 True if file1 is a hard link to file2.
+All file operators except -h and -L are acting on the target of a symbolic
+link, not on the symlink itself, if FILE is a symbolic link.
+
String operators:
-z STRING True if string is empty.
@@ -89,6 +92,9 @@ Other operators:
Arithmetic binary operators return true if ARG1 is equal, not-equal,
less-than, less-than-or-equal, greater-than, or greater-than-or-equal
than ARG2.
+
+See the bash manual page bash(1) for the handling of parameters (i.e.
+missing parameters).
$END
$BUILTIN [