assert.sh
assert.sh copied to clipboard
Fix for assert & assert_raises when nounset flag set
When running with set -o nounset, the assert() and assert_raises() functions failed if no stdin value was provided.