base-install-scripts/test
Dave Reisner e0eaca918e fix valid_number_of_base
function execution halts entirely on a invalid base, so we never
actually get to our 'return 1'. I'm not sure how our expected failures
ever actually worked, but it's quite plain to see that:

  $ a=$(( 2#3 )); echo hi

Never echos "hi". Use a subshell in valid_number_of_base so that we can
properly "trap" execution, and return a meaningful result.
2014-12-15 13:40:00 -05:00
..
common explicitly exit from TEST_exit 2014-12-15 08:38:43 -05:00
test_mangle Add tests for some common functions 2013-12-08 22:59:15 -05:00
test_option_twiddling explicitly exit from TEST_exit 2014-12-15 08:38:43 -05:00
test_valid_number_of_base fix valid_number_of_base 2014-12-15 13:40:00 -05:00