Open cederberg opened 7 years ago
When running with set -o nounset, the assert() and assert_raises() functions failed if no stdin value was provided.
set -o nounset
assert()
assert_raises()
When running with
set -o nounset
, theassert()
andassert_raises()
functions failed if no stdin value was provided.