If the number of arguments is different from the required one: prints an error message and returns with code one; else returns with code zero.
mbfl_argv_from_stdin ... ipt.
mbfl_declare_program program Function
Registers program as the name of a program required by the script. The return value is always zero.
mbfl_program_valid... ion.
dotest-option-report-start Function
Returns true if start function reporting is on; otherwise returns false.
dotest-set-report-success Func... .
dotest-option-report-success Function
Returns true if success function reporting is on; otherwise returns false.
Node:Testing Running, Next:Testi
--
-n
string is not null.
Caution
The -n test requires that the string be quoted within the test b... string1\" is null."
fi # Wrong result.
# Shows $string1 as not null, although it wa... ll."
fi # Again, gives correct result.
# Still, it is better to quote it ("$string1... # Not quoting "$string1" now gives wrong result!
exit 0
</code>
=== Example 7-7. zmore =